Home
last modified time | relevance | path

Searched refs:debpath (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py1323 def convert_debian(debpath): argument
1335 with open(os.path.join(debpath, 'control'), 'r', errors='surrogateescape') as f:
1368 postinst = os.path.join(debpath, 'postinst')
1369 postrm = os.path.join(debpath, 'postrm')
1370 preinst = os.path.join(debpath, 'preinst')
1371 prerm = os.path.join(debpath, 'prerm')