diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-20 14:58:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-20 14:58:34 +0000 |
| commit | bfe8092d3b82939eed9955b58df32274b61f5447 (patch) | |
| tree | 9a9d61700de25763a549f991a4677294c9fc7c4b /meta/classes/rootfs_ipk.bbclass | |
| parent | 03c0969ef80acf0cf3a3d1d3485df61081fafc1b (diff) | |
| download | poky-bfe8092d3b82939eed9955b58df32274b61f5447.tar.gz | |
poky-image.bbclass: Correctly handle inserting package-managers into images by making it an image feature
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4517 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
| -rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index a27688a1ac..8a879680c5 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | # See image.bbclass for a usage of this. | 5 | # See image.bbclass for a usage of this. |
| 6 | # | 6 | # |
| 7 | 7 | ||
| 8 | ROOTFS_PKGMANAGE = "opkg opkg-collateral" | ||
| 9 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | ||
| 10 | |||
| 8 | do_rootfs[depends] += "opkg-native:do_populate_staging ipkg-utils-native:do_populate_staging" | 11 | do_rootfs[depends] += "opkg-native:do_populate_staging ipkg-utils-native:do_populate_staging" |
| 9 | do_rootfs[recrdeptask] += "do_package_write_ipk" | 12 | do_rootfs[recrdeptask] += "do_package_write_ipk" |
| 10 | 13 | ||
