[OE-core] [PATCH 03/10] intltool: inherit perlnative

Martin Jansa martin.jansa at gmail.com
Wed Jul 20 21:06:20 UTC 2011


* otherwise /usr/bin/env perl will pick perl from host and
  DEPENDS = libxml-parser-perl-native
  doesn't help (and do_configure fails on hosts without libxml-parser-perl installed)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta/recipes-devtools/intltool/intltool.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
index a4bccd3..5f0eb02 100644
--- a/meta/recipes-devtools/intltool/intltool.inc
+++ b/meta/recipes-devtools/intltool/intltool.inc
@@ -10,7 +10,6 @@ DEPENDS = "libxml-parser-perl-native"
 #RDEPENDS_${PN} = "libxml-parser-perl"
 RRECOMMENDS_${PN} = "perl-modules"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig perlnative
 
-export PERL_virtclass-native = "/usr/bin/env perl"
 BBCLASSEXTEND = "native"
-- 
1.7.6





More information about the Openembedded-core mailing list