diff options
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
-rw-r--r-- | meta/classes/package_ipk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 2847cee6e0..cb44484855 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -222,6 +222,8 @@ python do_package_ipk () { | |||
222 | if ret != 0: | 222 | if ret != 0: |
223 | raise bb.build.FuncFailed("ipkg-build execution failed") | 223 | raise bb.build.FuncFailed("ipkg-build execution failed") |
224 | 224 | ||
225 | file(bb.data.expand('${STAGING_DIR}/pkgdata/runtime/%s.packaged' % pkg, d), 'w').close() | ||
226 | |||
225 | for script in ["preinst", "postinst", "prerm", "postrm", "control" ]: | 227 | for script in ["preinst", "postinst", "prerm", "postrm", "control" ]: |
226 | scriptfile = os.path.join(controldir, script) | 228 | scriptfile = os.path.join(controldir, script) |
227 | try: | 229 | try: |