diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-02 21:41:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:28 +0000 |
commit | abdfacb997dd26c7bd0877738db72c695ec785bc (patch) | |
tree | 703fea20e1f99d73e1e8289a3255dd81588d430e /meta/recipes-devtools/apt/apt.inc | |
parent | ec187d35f4a3ff85bdc47e76b33f43a56ac19aaa (diff) | |
download | poky-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.inc')
-rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 312c6a9037..78ef5a7e1e 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc | |||
@@ -11,6 +11,7 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20150805T094928Z/pool/main/ | |||
11 | file://nodoc.patch \ | 11 | file://nodoc.patch \ |
12 | file://disable-configure-in-makefile.patch \ | 12 | file://disable-configure-in-makefile.patch \ |
13 | file://disable-test.patch \ | 13 | file://disable-test.patch \ |
14 | file://0001-environment.mak-musl-based-systems-can-generate-shar.patch \ | ||
14 | " | 15 | " |
15 | SRC_URI[md5sum] = "6505c4297b338adb2087ce87bbc4a276" | 16 | SRC_URI[md5sum] = "6505c4297b338adb2087ce87bbc4a276" |
16 | SRC_URI[sha256sum] = "3fb1de9598363c416591d49e3c285458e095b035e6c06d5b944a54e15fc9b543" | 17 | SRC_URI[sha256sum] = "3fb1de9598363c416591d49e3c285458e095b035e6c06d5b944a54e15fc9b543" |