aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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
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')
-rw-r--r--meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb2
-rw-r--r--meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb4
2 files changed, 3 insertions, 3 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"
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
index ca57776dac..89b65b29da 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
@@ -2,7 +2,7 @@ SECTION = "libs"
LICENSE = "Artistic"
LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
DEPENDS += "libxml-parser-perl"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8
S = "${WORKDIR}/XML-Simple-${PV}"
-EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}"
+EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
inherit cpan