diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-21 11:51:25 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-21 11:51:25 +0000 |
commit | a4b8304b62d6bf4b522769d5d9283050a5e63f3c (patch) | |
tree | dfd99644235c298deb9c435282e94d119eeca242 /meta/classes/package_ipk.bbclass | |
parent | 4a705e9b1a6660a01d5528445b3b2acdbf9bd238 (diff) | |
download | poky-a4b8304b62d6bf4b522769d5d9283050a5e63f3c.tar.gz |
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
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
-rw-r--r-- | meta/classes/package_ipk.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 2c75cd1838..17918bbde3 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -225,8 +225,6 @@ python do_package_ipk () { | |||
225 | if ret != 0: | 225 | if ret != 0: |
226 | raise bb.build.FuncFailed("ipkg-build execution failed") | 226 | raise bb.build.FuncFailed("ipkg-build execution failed") |
227 | 227 | ||
228 | file(bb.data.expand('${STAGING_DIR}/pkgdata/runtime/%s.packaged' % pkg, d), 'w').close() | ||
229 | |||
230 | for script in ["preinst", "postinst", "prerm", "postrm", "control" ]: | 228 | for script in ["preinst", "postinst", "prerm", "postrm", "control" ]: |
231 | scriptfile = os.path.join(controldir, script) | 229 | scriptfile = os.path.join(controldir, script) |
232 | try: | 230 | try: |