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
This commit is contained in:
Marcin Juszkiewicz 2008-10-02 14:26:38 +00:00
parent 94fa2b90c5
commit 9c63c7ef05
1 changed files with 2 additions and 2 deletions

View File

@ -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"