mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
package.bbclass: More pkgdata fixes, (install task needs to rerun on existing builds)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -225,8 +225,6 @@ python do_package_ipk () {
|
||||
if ret != 0:
|
||||
raise bb.build.FuncFailed("ipkg-build execution failed")
|
||||
|
||||
file(bb.data.expand('${STAGING_DIR}/pkgdata/runtime/%s.packaged' % pkg, d), 'w').close()
|
||||
|
||||
for script in ["preinst", "postinst", "prerm", "postrm", "control" ]:
|
||||
scriptfile = os.path.join(controldir, script)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user