[OE-core] [PATCH] dpkg: Be deterministic about lzma dependency

Richard Purdie richard.purdie at linuxfoundation.org
Thu May 30 07:42:01 UTC 2013


dpkg has no DEPENDS on lzma so turn it off explicitly.

[YOCTO #4518]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 6197777..c983d21 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -26,6 +26,7 @@ EXTRA_OECONF = "--without-static-progs \
 		--with-start-stop-daemon \
 		--with-zlib \
 		--with-bz2lib \
+		--without-liblzma \
 		--without-selinux \
 		--without-sgml-doc"
 





More information about the Openembedded-core mailing list