]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_rpm.bbclass: ship rpm and yum in target images
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Oct 2008 14:26:38 +0000 (14:26 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Oct 2008 14:26:38 +0000 (14:26 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5380 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_rpm.bbclass

index 8d467eb9d38541b181df6a227b70dcc8367b4e65..533efb09b8627ca143356523969694b87788d2db 100644 (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"