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:
5ed885c
)
Explicitly disable lisp support in gettext.
author
Chris Larson
<clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:11 +0000
(06:23 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:11 +0000
(06:23 +0000)
BKrev: 41a0344fVk7x_LEc-uHLkBJOWhPDCg
gettext/gettext_0.14.1.oe
patch
|
blob
|
history
diff --git
a/gettext/gettext_0.14.1.oe
b/gettext/gettext_0.14.1.oe
index
481162e
..
303dcdb
100644
(file)
--- a/
gettext/gettext_0.14.1.oe
+++ b/
gettext/gettext_0.14.1.oe
@@
-1,7
+1,7
@@
DESCRIPTION = "The GNU internationalization library."
SECTION = "libs"
LICENSE = "GPL"
-PR = "r
2
"
+PR = "r
3
"
PROVIDES = "virtual/libintl"
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
@@
-10,6
+10,7
@@
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
inherit autotools
+EXTRA_OECONF += "--without-lisp"
acpaths = '-I ${S}/autoconf-lib-link/m4/ \
-I ${S}/gettext-runtime/m4 \
-I ${S}/gettext-tools/m4'