diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-01 18:06:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:58:34 +0100 |
commit | a74e428e34d80bdb1bff33ddd8c97709bb08b0ba (patch) | |
tree | b63ee965a79bd573e4745306f866756c82630ae1 /meta/recipes-devtools/perl | |
parent | f70eeea07d4c92fba4e6c00cd0214707a8eae3c8 (diff) | |
download | poky-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.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | 4 |
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 | ||
5 | require libxml-simple-perl_${PV}.bb | 5 | require libxml-simple-perl_${PV}.bb |
6 | 6 | ||
7 | DEPENDS = "libxml-parser-perl-native perl-native" | 7 | 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" | |||
2 | LICENSE = "Artistic" | 2 | LICENSE = "Artistic" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" |
4 | DEPENDS += "libxml-parser-perl" | 4 | DEPENDS += "libxml-parser-perl" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" | 7 | SRC_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 | ||
12 | S = "${WORKDIR}/XML-Simple-${PV}" | 12 | S = "${WORKDIR}/XML-Simple-${PV}" |
13 | 13 | ||
14 | EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}" | 14 | EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}" |
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan |