aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xz
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-12 04:18:54 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-11 23:38:53 -0800
commit0673c3c41042f9676d50d2b13e30fa5b34f5df82 (patch)
treefd987d90de704477514464148d7df41cf791ae7c /recipes/xz
parent9a42af313cb7c91c9ee21e3371c6dc6dfebe40f9 (diff)
downloadopenembedded-0673c3c41042f9676d50d2b13e30fa5b34f5df82.tar.gz
xz: Configure with --enable-small --disable-lzma-links
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xz')
-rw-r--r--recipes/xz/xz.inc4
1 files changed, 2 insertions, 2 deletions
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