diff options
| author | Chris Larson <kergoth@openedhand.com> | 2006-09-21 16:29:02 +0000 |
|---|---|---|
| committer | Chris Larson <kergoth@openedhand.com> | 2006-09-21 16:29:02 +0000 |
| commit | 8d804ea40a349e679850b716012120e54fe5242d (patch) | |
| tree | d8b1d37ea78880df826f81bb4b791f8f93f1f985 /meta/classes/package_ipk.bbclass | |
| parent | 5cacd3ea7efd69e57979d962616bf87c521c6f8b (diff) | |
| download | poky-8d804ea40a349e679850b716012120e54fe5242d.tar.gz | |
Merge devgen branch to trunk.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@743 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, 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: |
