diff options
Diffstat (limited to 'recipes/intltool/intltool_0.40.3.bb')
-rw-r--r-- | recipes/intltool/intltool_0.40.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/intltool/intltool_0.40.3.bb b/recipes/intltool/intltool_0.40.3.bb index ddd6f8956d..d906cb787c 100644 --- a/recipes/intltool/intltool_0.40.3.bb +++ b/recipes/intltool/intltool_0.40.3.bb @@ -1,13 +1,13 @@ require intltool.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.0" EXTRA_OEMAKE = "'PERL_TARGET=/usr/bin/perl'" do_configure_prepend() { sed -i -e s:\\\$\(PERL\):\$\(PERL_TARGET\):g Makefile.am -} +} do_configure_append() { - sed -i -e s:head\ -1:head\ -n1:g intltool.m4 -} + sed -i -e s:head\ -1:head\ -n1:g intltool.m4 +} |