diff options
Diffstat (limited to 'meta/classes-recipe/rootfs_rpm.bbclass')
| -rw-r--r-- | meta/classes-recipe/rootfs_rpm.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes-recipe/rootfs_rpm.bbclass b/meta/classes-recipe/rootfs_rpm.bbclass index 6eccd5a959..55f1cc92ca 100644 --- a/meta/classes-recipe/rootfs_rpm.bbclass +++ b/meta/classes-recipe/rootfs_rpm.bbclass | |||
| @@ -20,11 +20,9 @@ IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf" | |||
| 20 | # Dnf is python based, so be sure python3-native is available to us. | 20 | # Dnf is python based, so be sure python3-native is available to us. |
| 21 | EXTRANATIVEPATH += "python3-native" | 21 | EXTRANATIVEPATH += "python3-native" |
| 22 | 22 | ||
| 23 | # opkg is needed for update-alternatives | ||
| 24 | RPMROOTFSDEPENDS = "rpm-native:do_populate_sysroot \ | 23 | RPMROOTFSDEPENDS = "rpm-native:do_populate_sysroot \ |
| 25 | dnf-native:do_populate_sysroot \ | 24 | dnf-native:do_populate_sysroot \ |
| 26 | createrepo-c-native:do_populate_sysroot \ | 25 | createrepo-c-native:do_populate_sysroot" |
| 27 | opkg-native:do_populate_sysroot" | ||
| 28 | 26 | ||
| 29 | do_rootfs[depends] += "${RPMROOTFSDEPENDS}" | 27 | do_rootfs[depends] += "${RPMROOTFSDEPENDS}" |
| 30 | do_populate_sdk[depends] += "${RPMROOTFSDEPENDS}" | 28 | do_populate_sdk[depends] += "${RPMROOTFSDEPENDS}" |
