]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_rpm: Explicitly add runtime dependencies to depends
authorJoshua Lock <josh@linux.intel.com>
Fri, 26 Mar 2010 12:21:24 +0000 (12:21 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 26 Mar 2010 12:23:11 +0000 (12:23 +0000)
Python RDEPENDS are tricksy beasts and the runtime dependencies of Yum aren't
being pulled in for the RPM rootfs so explicitly add them to depends.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/rootfs_rpm.bbclass

index 105a1d78a11c1d918e6866a531e115fb5bd8cb60..be86f29200fbc104d776bc909892f5df5010c3d1 100644 (file)
@@ -6,7 +6,7 @@ ROOTFS_PKGMANAGE = "rpm yum"
 
 ROOTFS_PKGMANAGE_BOOTSTRAP  = "run-postinsts"
 
-do_rootfs[depends] += "rpm-native:do_populate_sysroot yum-native:do_populate_sysroot createrepo-native:do_populate_sysroot fakechroot-native:do_populate_sysroot"
+do_rootfs[depends] += "rpm-native:do_populate_sysroot python-urlgrabber-native:do_populate_sysroot yum-metadata-parser-native:do_populate_sysroot yum-native:do_populate_sysroot createrepo-native:do_populate_sysroot fakechroot-native:do_populate_sysroot"
 
 # Needed for update-alternatives
 do_rootfs[depends] += "opkg-native:do_populate_sysroot"