diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 08:42:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:14:10 +0100 |
commit | 00c3a8427227dba4fffb1d509c87203e3a6411e0 (patch) | |
tree | 21e8f4cf0a5e3feee1522c936c277a38c8e0b21c | |
parent | 73330454249ce7ccdd33bb3f3b667bf2140bc517 (diff) | |
download | poky-00c3a8427227dba4fffb1d509c87203e3a6411e0.tar.gz |
dpkg: Be deterministic about lzma dependency
dpkg has no DEPENDS on lzma so turn it off explicitly.
[YOCTO #4518]
(From OE-Core rev: 12fbd693f4565e66d10af4e801e7435996d67e76)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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 \ | |||
29 | --with-start-stop-daemon \ | 29 | --with-start-stop-daemon \ |
30 | --with-zlib \ | 30 | --with-zlib \ |
31 | --with-bz2lib \ | 31 | --with-bz2lib \ |
32 | --without-liblzma \ | ||
32 | --without-selinux \ | 33 | --without-selinux \ |
33 | --without-sgml-doc" | 34 | --without-sgml-doc" |
34 | 35 | ||