]> code.ossystems Code Review - openembedded-core.git/commit
libarchive: fix bzip2 dependency for native build
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 17 Feb 2017 16:14:10 +0000 (17:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:17 +0000 (12:29 -0800)
commit76772f36c4ae8e416b471abe883f117977803aac
tree548d3cc84ca45d19646ca026890541f9c9106064
parentdd9fdf7a119792b0367f5a1893f6b700f0d3857e
libarchive: fix bzip2 dependency for native build

When DEPENDS=bzip2 becomes bzip2-native in libarchive-native,
the dependency ends up getting ignored because bzip2-native
is in ASSUME_PROVIDED.

But we need the library and thus have to depend on
bzip2-replacement-native, otherwise the build proceeds
without it despite the explicit --with-bz2lib.

(From OE-Core rev: 7ae1c93ab6df46dc88b0ffaa52778738849ff38d)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libarchive/libarchive_3.2.2.bb