git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a42af3
)
xz: Configure with --enable-small --disable-lzma-links
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 12 Jan 2011 04:18:54 +0000
(
04:18
+0000)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/xz/xz.inc
b/recipes/xz/xz.inc
index
ad23884
..
0b64f76
100644
(file)
--- 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 = "r
0
"
+INC_PR = "r
1
"
S ?= "${WORKDIR}/xz-${PV}"
-EXTRA_OECONF = "--enable-shared"
+EXTRA_OECONF = "--enable-shared
--enable-small --disable-lzma-links
"
BBCLASSEXTEND = "native"
inherit autotools