Explicitly disable lisp support in gettext.
authorChris Larson <clarson@kergoth.com>
Sun, 21 Nov 2004 06:23:11 +0000 (06:23 +0000)
committerChris 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

index 481162e..303dcdb 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "The GNU internationalization library."
 SECTION = "libs"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 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'