diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-02 14:26:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-02 14:26:38 +0000 |
commit | 9c63c7ef051fe82c43bf2819da8fe2caa83e1c77 (patch) | |
tree | 39c791ce998f7fd7649aa761e6b956e40d5c6502 /meta/classes | |
parent | 94fa2b90c53ced5d6b720a57edcd290123d812d2 (diff) | |
download | openembedded-core-9c63c7ef051fe82c43bf2819da8fe2caa83e1c77.tar.gz openembedded-core-9c63c7ef051fe82c43bf2819da8fe2caa83e1c77.tar.bz2 openembedded-core-9c63c7ef051fe82c43bf2819da8fe2caa83e1c77.zip |
rootfs_rpm.bbclass: ship rpm and yum in target images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5380 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 8d467eb9d3..533efb09b8 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass @@ -2,8 +2,8 @@ # Creates a root filesystem out of rpm packages # -ROOTFS_PKGMANAGE = "opkg" -# "rpm" "yum" +ROOTFS_PKGMANAGE = "rpm yum" + ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" do_rootfs[depends] += "rpm-native:do_populate_staging yum-native:do_populate_staging createrepo-native:do_populate_staging fakechroot-native:do_populate_staging" |