diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 105a1d78a1..be86f29200 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -6,7 +6,7 @@ ROOTFS_PKGMANAGE = "rpm yum" | |||
6 | 6 | ||
7 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | 7 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" |
8 | 8 | ||
9 | do_rootfs[depends] += "rpm-native:do_populate_sysroot yum-native:do_populate_sysroot createrepo-native:do_populate_sysroot fakechroot-native:do_populate_sysroot" | 9 | 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" |
10 | 10 | ||
11 | # Needed for update-alternatives | 11 | # Needed for update-alternatives |
12 | do_rootfs[depends] += "opkg-native:do_populate_sysroot" | 12 | do_rootfs[depends] += "opkg-native:do_populate_sysroot" |