diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-16 19:35:31 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-16 19:35:31 +0000 |
commit | 7081e345e4ff3ba1bfdca2484d6dae04a48af1a8 (patch) | |
tree | 67200a113063d6120cbaaa04347f297f1c37e3f5 /recipes/intltool/intltool_0.40.3.bb | |
parent | 1cf1e7ed145620df86e6a61ce3b3c2f576a3db03 (diff) |
intltool: Increase INC_PR to replace pre-INC_PR packages in feeds.
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 +} |