[oe-commits] Bernhard Reutner-Fischer : xz: Configure with --enable-small --disable-lzma-links

git version control git at git.openembedded.org
Wed Jan 12 07:41:59 UTC 2011


Module: openembedded.git
Branch: master
Commit: 0673c3c41042f9676d50d2b13e30fa5b34f5df82
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0673c3c41042f9676d50d2b13e30fa5b34f5df82

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Wed Jan 12 04:18:54 2011 +0000

xz:  Configure with --enable-small --disable-lzma-links

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/xz/xz.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc
index ad23884..0b64f76 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





More information about the Openembedded-commits mailing list