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.py1304 def convert_debian(debpath): argument
1316 with open(os.path.join(debpath, 'control'), 'r', errors='surrogateescape') as f:
1349 postinst = os.path.join(debpath, 'postinst')
1350 postrm = os.path.join(debpath, 'postrm')
1351 preinst = os.path.join(debpath, 'preinst')
1352 prerm = os.path.join(debpath, 'prerm')