From 0673c3c41042f9676d50d2b13e30fa5b34f5df82 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 12 Jan 2011 04:18:54 +0000 Subject: xz: Configure with --enable-small --disable-lzma-links Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Khem Raj --- recipes/xz/xz.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xz') 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 -- cgit 1.2.3-korg