From abdfacb997dd26c7bd0877738db72c695ec785bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 2 Jan 2016 21:41:17 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/apt/apt.inc') 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/ file://nodoc.patch \ file://disable-configure-in-makefile.patch \ file://disable-test.patch \ + file://0001-environment.mak-musl-based-systems-can-generate-shar.patch \ " SRC_URI[md5sum] = "6505c4297b338adb2087ce87bbc4a276" SRC_URI[sha256sum] = "3fb1de9598363c416591d49e3c285458e095b035e6c06d5b944a54e15fc9b543" -- cgit v1.2.3-54-g00ecf