summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_1.0.10.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-01-02 21:41:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:28 +0000
commitabdfacb997dd26c7bd0877738db72c695ec785bc (patch)
tree703fea20e1f99d73e1e8289a3255dd81588d430e /meta/recipes-devtools/apt/apt_1.0.10.1.bb
parentec187d35f4a3ff85bdc47e76b33f43a56ac19aaa (diff)
downloadpoky-abdfacb997dd26c7bd0877738db72c695ec785bc.tar.gz
apt: Add support for building for musl targets
Turn bzip2 support into a PACKAGECONFIG zlibs is a must have and therefore add it to DEPENDS will make the build consistent (From OE-Core rev: ded03dab901647a7388d219a3a228d4f4f4298e8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_1.0.10.1.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_1.0.10.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt_1.0.10.1.bb b/meta/recipes-devtools/apt/apt_1.0.10.1.bb
index bf77e2a301..85c0d56159 100644
--- a/meta/recipes-devtools/apt/apt_1.0.10.1.bb
+++ b/meta/recipes-devtools/apt/apt_1.0.10.1.bb
@@ -1,4 +1,4 @@
1DEPENDS = "curl db" 1DEPENDS = "curl db zlib"
2RDEPENDS_${PN} = "dpkg bash debianutils" 2RDEPENDS_${PN} = "dpkg bash debianutils"
3require apt.inc 3require apt.inc
4 4
@@ -6,6 +6,7 @@ require apt-package.inc
6 6
7PACKAGECONFIG ??= "lzma" 7PACKAGECONFIG ??= "lzma"
8PACKAGECONFIG[lzma] = "ac_cv_lib_lzma_lzma_easy_encoder=yes,ac_cv_lib_lzma_lzma_easy_encoder=no,xz" 8PACKAGECONFIG[lzma] = "ac_cv_lib_lzma_lzma_easy_encoder=yes,ac_cv_lib_lzma_lzma_easy_encoder=no,xz"
9PACKAGECONFIG[bz2] = "ac_cv_lib_bz2_BZ2_bzopen=yes,ac_cv_lib_bz2_BZ2_bzopen=no,bzip2"
9 10
10FILES_${PN} += "${bindir}/apt-key" 11FILES_${PN} += "${bindir}/apt-key"
11apt-manpages += "doc/apt-key.8" 12apt-manpages += "doc/apt-key.8"