summaryrefslogtreecommitdiffstats
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-09 16:58:34 +0100
commita74e428e34d80bdb1bff33ddd8c97709bb08b0ba (patch)
treeb63ee965a79bd573e4745306f866756c82630ae1 /meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
parentf70eeea07d4c92fba4e6c00cd0214707a8eae3c8 (diff)
downloadpoky-a74e428e34d80bdb1bff33ddd8c97709bb08b0ba.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
4 4
5require libxml-simple-perl_${PV}.bb 5require libxml-simple-perl_${PV}.bb
6 6
7DEPENDS = "libxml-parser-perl-native perl-native" 7DEPENDS += "libxml-parser-perl-native"