From: Bernhard Reutner-Fischer Date: Wed, 12 Jan 2011 04:18:54 +0000 (+0000) Subject: xz: Configure with --enable-small --disable-lzma-links X-Git-Tag: sz_161~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284f2fd393c60e2108439deda3db593b11d16c71;p=openembedded.git xz: Configure with --enable-small --disable-lzma-links Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Khem Raj --- diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc index ad23884636..0b64f7691b 100644 --- a/recipes/xz/xz.inc +++ b/recipes/xz/xz.inc @@ -2,9 +2,9 @@ DESCRIPTION = "XZ Utils is free general-purpose data compression software with h SECTION = "console/utils" LICENSE = "Public Domain" HOMEPAGE = "http://tukaani.org/xz/" -INC_PR = "r0" +INC_PR = "r1" S ?= "${WORKDIR}/xz-${PV}" -EXTRA_OECONF = "--enable-shared" +EXTRA_OECONF = "--enable-shared --enable-small --disable-lzma-links" BBCLASSEXTEND = "native" inherit autotools