mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
libxml-simple-perl: fix EXTRA_PERLFLAGS due the the perlnative change
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
f70eeea07d
commit
a74e428e34
@@ -4,4 +4,4 @@ inherit native
|
|||||||
|
|
||||||
require libxml-simple-perl_${PV}.bb
|
require libxml-simple-perl_${PV}.bb
|
||||||
|
|
||||||
DEPENDS = "libxml-parser-perl-native perl-native"
|
DEPENDS += "libxml-parser-perl-native"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SECTION = "libs"
|
|||||||
LICENSE = "Artistic"
|
LICENSE = "Artistic"
|
||||||
LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
|
LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
|
||||||
DEPENDS += "libxml-parser-perl"
|
DEPENDS += "libxml-parser-perl"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
|
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}"
|
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
|
inherit cpan
|
||||||
|
|||||||
Reference in New Issue
Block a user