summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bison/bison_2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/bison/bison_2.3.bb')
-rw-r--r--recipes-devtools/bison/bison_2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/bison/bison_2.3.bb b/recipes-devtools/bison/bison_2.3.bb
index 182e880..c84fd9a 100644
--- a/recipes-devtools/bison/bison_2.3.bb
+++ b/recipes-devtools/bison/bison_2.3.bb
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ec
20inherit autotools gettext texinfo 20inherit autotools gettext texinfo
21acpaths = "-I ${S}/m4" 21acpaths = "-I ${S}/m4"
22 22
23do_configure_prepend () { 23do_configure:prepend () {
24 rm -f ${S}/m4/*gl.m4 24 rm -f ${S}/m4/*gl.m4
25 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/ 25 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/runtime-po/
26} 26}