diff options
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index e721dfba0b..2a0dcafac7 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/recipes-devtools/rpm/rpm_git.bb | |||
@@ -50,8 +50,8 @@ SRCREV = "a8e51b3bb05c6acb1d9b2e3d34f859ddda1677be" | |||
50 | 50 | ||
51 | S = "${WORKDIR}/git" | 51 | S = "${WORKDIR}/git" |
52 | 52 | ||
53 | DEPENDS = "nss libarchive db file popt xz dbus elfutils python3" | 53 | DEPENDS = "nss libarchive db file popt xz bzip2 dbus elfutils python3" |
54 | DEPENDS_append_class-native = " file-replacement-native" | 54 | DEPENDS_append_class-native = " file-replacement-native bzip2-replacement-native" |
55 | 55 | ||
56 | inherit autotools gettext pkgconfig python3native | 56 | inherit autotools gettext pkgconfig python3native |
57 | export PYTHON_ABI | 57 | export PYTHON_ABI |