summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
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
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')
-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
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"
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"
2LICENSE = "Artistic" 2LICENSE = "Artistic"
3LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" 3LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
4DEPENDS += "libxml-parser-perl" 4DEPENDS += "libxml-parser-perl"
5PR = "r1" 5PR = "r2"
6 6
7SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" 7SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
8 8
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8
11 11
12S = "${WORKDIR}/XML-Simple-${PV}" 12S = "${WORKDIR}/XML-Simple-${PV}"
13 13
14EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}" 14EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
15 15
16inherit cpan 16inherit cpan