[oe-commits] Richard Purdie : libxml-parser-perl: Set DEPENDS properly (from Poky)

git version control git at git.openembedded.org
Fri Nov 20 06:29:15 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: df62679798bff59b360597a522f16491b5af3146
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df62679798bff59b360597a522f16491b5af3146

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Fri Nov 20 00:52:05 2009 +0000

libxml-parser-perl: Set DEPENDS properly (from Poky)

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/perl/libxml-parser-perl-native_2.34.bb |    1 +
 recipes/perl/libxml-parser-perl-native_2.36.bb |    1 +
 recipes/perl/libxml-parser-perl_2.36.bb        |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/perl/libxml-parser-perl-native_2.34.bb b/recipes/perl/libxml-parser-perl-native_2.34.bb
index 64758ad..6ba56b3 100644
--- a/recipes/perl/libxml-parser-perl-native_2.34.bb
+++ b/recipes/perl/libxml-parser-perl-native_2.34.bb
@@ -4,3 +4,4 @@ require libxml-parser-perl_${PV}.bb
 
 inherit native
 
+DEPENDS = "expat-native perl-native"
\ No newline at end of file
diff --git a/recipes/perl/libxml-parser-perl-native_2.36.bb b/recipes/perl/libxml-parser-perl-native_2.36.bb
index 64758ad..6ba56b3 100644
--- a/recipes/perl/libxml-parser-perl-native_2.36.bb
+++ b/recipes/perl/libxml-parser-perl-native_2.36.bb
@@ -4,3 +4,4 @@ require libxml-parser-perl_${PV}.bb
 
 inherit native
 
+DEPENDS = "expat-native perl-native"
\ No newline at end of file
diff --git a/recipes/perl/libxml-parser-perl_2.36.bb b/recipes/perl/libxml-parser-perl_2.36.bb
index c96489b..179365c 100644
--- a/recipes/perl/libxml-parser-perl_2.36.bb
+++ b/recipes/perl/libxml-parser-perl_2.36.bb
@@ -11,7 +11,7 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}
 inherit cpan
 
 do_compile() {
-	export LIBC="$(find ${STAGING_DIR}/lib -name 'libc-*.so')"
+	export LIBC="$(find ${STAGING_DIR_TARGET}/lib -name 'libc-*.so')"
 	cpan_do_compile
 }
 





More information about the Openembedded-commits mailing list