diff options
-rw-r--r-- | 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 388476b462..86edf3ee1d 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}" | |||
25 | inherit autotools gettext | 25 | inherit autotools gettext |
26 | acpaths = "-I ${S}/m4" | 26 | acpaths = "-I ${S}/m4" |
27 | 27 | ||
28 | do_configure_prepend () { | ||
29 | rm -f ${S}/m4/*gl.m4 | ||
30 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/ | ||
31 | } | ||
32 | |||
28 | do_install_append_virtclass-native() { | 33 | do_install_append_virtclass-native() { |
29 | create_wrapper ${D}/${bindir}/bison \ | 34 | create_wrapper ${D}/${bindir}/bison \ |
30 | M4=${STAGING_BINDIR_NATIVE}/m4 \ | 35 | M4=${STAGING_BINDIR_NATIVE}/m4 \ |