[oe-commits] Richard Purdie : dpkg: Be deterministic about lzma dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jun 3 15:52:22 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 36cf63027589812edde887e2772ef210469a814d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=36cf63027589812edde887e2772ef210469a814d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu May 30 08:42:01 2013 +0100

dpkg: Be deterministic about lzma dependency

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

[YOCTO #4518]

(From OE-Core master rev: 12fbd693f4565e66d10af4e801e7435996d67e76)

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/dpkg/dpkg.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index ecdf970..bb7ae2e 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"
 



More information about the Openembedded-commits mailing list