From: Richard Purdie Date: Thu, 30 May 2013 07:42:01 +0000 (+0100) Subject: dpkg: Be deterministic about lzma dependency X-Git-Tag: 2015-4~6342 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=12fbd693f4565e66d10af4e801e7435996d67e76;p=openembedded-core.git dpkg: Be deterministic about lzma dependency dpkg has no DEPENDS on lzma so turn it off explicitly. [YOCTO #4518] Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 5fcf9bcb47..28c4f89d5c 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -29,6 +29,7 @@ EXTRA_OECONF = "--without-static-progs \ --with-start-stop-daemon \ --with-zlib \ --with-bz2lib \ + --without-liblzma \ --without-selinux \ --without-sgml-doc"