diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-06-12 09:25:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-13 10:46:34 +0100 |
commit | 248b0df1a9927191072bcc9fc3dbd4a636acb024 (patch) | |
tree | ed658bf4fab1efe4bf62908af470da1b473bcc2e /meta | |
parent | 3a61329052085c990becf21dd915d587d7cbc5ad (diff) | |
download | poky-248b0df1a9927191072bcc9fc3dbd4a636acb024.tar.gz |
rpm: add explicit dependency on bzip2-replacement-native for native builds
This fixes a following error:
| recipe-sysroot-native/usr/lib/rpm/debugedit: error while loading shared libraries: \
| libbz2.so.1: cannot open shared object file: No such file or directory
(From OE-Core rev: 61ecda8f7977ee2d30f31d2f384f65f933971568)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 |