xz: Configure with --enable-small --disable-lzma-links
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 12 Jan 2011 04:18:54 +0000 (04:18 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 12 Jan 2011 07:38:53 +0000 (23:38 -0800)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/xz/xz.inc

index ad23884..0b64f76 100644 (file)
@@ -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