[oe-commits] Dexuan Cui : libxml-parser-perl: inherit perlnative

git version control git at git.openembedded.org
Tue Jun 14 13:38:52 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 447c56a3a312e103696c8342f5da023b51f6805a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=447c56a3a312e103696c8342f5da023b51f6805a

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Tue May 31 15:17:06 2011 +0800

libxml-parser-perl: inherit perlnative

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>

---

 .../perl/libxml-parser-perl-native_2.40.bb         |    2 +-
 .../perl/libxml-parser-perl_2.40.bb                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb
index 6ba56b3..8c20455 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb
@@ -4,4 +4,4 @@ require libxml-parser-perl_${PV}.bb
 
 inherit native
 
-DEPENDS = "expat-native perl-native"
\ No newline at end of file
+DEPENDS += "expat-native"
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
index c2d1bdb..fac28a8 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb
@@ -3,7 +3,7 @@ LICENSE = "Artistic"
 LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
 DEPENDS += "expat expat-native"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list