From: Chris Larson Date: Sun, 21 Nov 2004 06:23:11 +0000 (+0000) Subject: Explicitly disable lisp support in gettext. X-Git-Tag: Release-2010-05/1~16038 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031e008188fc70b624fc81724b33b01713741c26;p=openembedded.git Explicitly disable lisp support in gettext. BKrev: 41a0344fVk7x_LEc-uHLkBJOWhPDCg --- diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe index 481162ea91..303dcdbd93 100644 --- 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 = "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'