aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-01 18:06:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 14:37:28 +0100
commit9425b782edda86e804711d48d187ca9b5ac16ab0 (patch)
tree42651cb28a436bb9267059046b6893d32bd34577 /meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
parent956fb0e11de893b6e6fbfc8589452a5395889823 (diff)
downloadopenembedded-core-9425b782edda86e804711d48d187ca9b5ac16ab0.tar.gz
libxml-simple-perl: fix EXTRA_PERLFLAGS due the the perlnative change
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb')
-rw-r--r--meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
index bfdfc3de45..3877d0bde1 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
@@ -4,4 +4,4 @@ inherit native
require libxml-simple-perl_${PV}.bb
-DEPENDS = "libxml-parser-perl-native perl-native"
+DEPENDS += "libxml-parser-perl-native"