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>
This commit is contained in:
Richard Purdie 2013-05-30 08:42:01 +01:00
parent 7333045424
commit 00c3a84272
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ EXTRA_OECONF = "--without-static-progs \
--with-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--without-liblzma \
--without-selinux \
--without-sgml-doc"