git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00b1be
)
libxml-parser-perl_2.36.bb: Override do_compile for native build.
author
Khem Raj
<raj.khem@gmail.com>
Thu, 8 Jul 2010 20:21:13 +0000
(13:21 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Fri, 9 Jul 2010 00:23:57 +0000
(17:23 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/perl/libxml-parser-perl_2.36.bb
patch
|
blob
|
history
diff --git
a/recipes/perl/libxml-parser-perl_2.36.bb
b/recipes/perl/libxml-parser-perl_2.36.bb
index
02c7153
..
1eaa230
100644
(file)
--- a/
recipes/perl/libxml-parser-perl_2.36.bb
+++ b/
recipes/perl/libxml-parser-perl_2.36.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "XML::Parser - A perl module for parsing XML documents"
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "expat expat-native"
-PR= "r
2
"
+PR= "r
3
"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
@@
-16,6
+16,9
@@
do_compile() {
export LIBC="$(find ${STAGING_DIR_TARGET}/lib -name 'libc-*.so')"
cpan_do_compile
}
+do_compile_virtclass-native (){
+ cpan_do_compile
+}
FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \
${PERLLIBDIRS}/XML"