aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intltool
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf@emagii.com>2012-01-31 21:17:09 +0100
committerUlf Samuelsson <ulf@emagii.com>2012-02-09 21:09:05 +0100
commit53784a5e2622582ce5e2ffb91bbdb573503ed75e (patch)
tree60952b735bd09f4fafd37e91d68264f408fdf1fa /recipes/intltool
parent19f9a4e7806b44ee4bb72e6391cd0cca69c525de (diff)
downloadopenembedded-53784a5e2622582ce5e2ffb91bbdb573503ed75e.tar.gz
intltool(-native) Fix dependencies.
intltool used to depend on libxml-parser-perl-native, which did not exist. The patch creates a new native recipe for libxml-parser-perl, and let intltool-native depend on this. intltool dependency is removed. Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Diffstat (limited to 'recipes/intltool')
-rw-r--r--recipes/intltool/intltool-native_0.40.3.bb2
-rw-r--r--recipes/intltool/intltool_0.40.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/intltool/intltool-native_0.40.3.bb b/recipes/intltool/intltool-native_0.40.3.bb
index 750914c43e..99d9b6a9bb 100644
--- a/recipes/intltool/intltool-native_0.40.3.bb
+++ b/recipes/intltool/intltool-native_0.40.3.bb
@@ -1,5 +1,7 @@
require intltool_${PV}.bb
+DEPENDS += " libxml-parser-perl-native"
+
inherit native
EXTRA_OEMAKE = "'PERL_TARGET=/usr/bin/env perl'"
diff --git a/recipes/intltool/intltool_0.40.3.bb b/recipes/intltool/intltool_0.40.3.bb
index bb2b75dacf..d81ce1a85f 100644
--- a/recipes/intltool/intltool_0.40.3.bb
+++ b/recipes/intltool/intltool_0.40.3.bb
@@ -2,8 +2,6 @@ require intltool.inc
PR = "${INC_PR}.0"
-DEPENDS += " libxml-parser-perl-native"
-
EXTRA_OEMAKE = "'PERL_TARGET=/usr/bin/perl'"
do_configure_prepend() {