[oe-commits] Richard Purdie : bison: Fix gplv2 version to work with recent gettext

git at git.openembedded.org git at git.openembedded.org
Fri Oct 19 13:15:40 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 4b132d440ed97053dbef5a4deeb39e37e1167def
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4b132d440ed97053dbef5a4deeb39e37e1167def

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Oct 19 13:03:32 2012 +0000

bison: Fix gplv2 version to work with recent gettext

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/bison/bison_2.3.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb
index 388476b..86edf3e 100644
--- a/meta/recipes-devtools/bison/bison_2.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.3.bb
@@ -25,6 +25,11 @@ SRC_URI_virtclass-native = "${BASE_SRC_URI}"
 inherit autotools gettext
 acpaths = "-I ${S}/m4"
 
+do_configure_prepend () {
+	rm -f ${S}/m4/*gl.m4
+	cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/
+}
+
 do_install_append_virtclass-native() {
 	create_wrapper ${D}/${bindir}/bison \
 		M4=${STAGING_BINDIR_NATIVE}/m4 \





More information about the Openembedded-commits mailing list