aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-26 23:49:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-27 22:41:58 +0100
commita87b7172a99051c2ea61bcfae60e922b58333291 (patch)
treed37ee0b82f68ccfe5724b97c8855a83316ee68b0 /meta/recipes-extended
parentc8c890d1cee8cd8426f8db13b1d36c36da03d66d (diff)
downloadopenembedded-core-contrib-a87b7172a99051c2ea61bcfae60e922b58333291.tar.gz
pbzip2: Fix native dependency on bzip2-native
bzip2-native is in ASSUME_PROVIDED but we don't just want "bzip2" but libbz2 here. To do this, we need to DEPEND on bzip2-replacement-native which hints to bitbake we really do want to build it. Add the missing dependency to avoid failures on machines which don't have libbz2-dev installed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
index fb70d0caa9..0330981af3 100644
--- a/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
+++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
@@ -9,6 +9,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=4c4f2edec9679d5abef3514a816b54a4"
DEPENDS = "bzip2"
+DEPENDS_append_class-native = " bzip2-replacement-native"
SRC_URI = "https://launchpad.net/${BPN}/1.1/${PV}/+download/${BP}.tar.gz"