oe/classes updates from Openembedded

git-svn-id: https://svn.o-hand.com/repos/poky@187 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2005-12-12 14:41:23 +00:00
parent 9e7c699670
commit f0702a22fe
3 changed files with 34 additions and 12 deletions

View File

@@ -259,6 +259,8 @@ python populate_packages () {
write_if_exists(f, pkg, 'FILES')
write_if_exists(f, pkg, 'pkg_postinst')
write_if_exists(f, pkg, 'pkg_postrm')
write_if_exists(f, pkg, 'pkg_preinst')
write_if_exists(f, pkg, 'pkg_prerm')
f.close()
bb.build.exec_func("read_subpackage_metadata", d)
}