[oe-commits] Dongxiao Xu : libxml-simple-perl: Use BBCLASSEXTEND insteand of *-native recipe

git version control git at git.openembedded.org
Wed Aug 3 17:08:18 UTC 2011


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

Author: Dongxiao Xu <dongxiao.xu at intel.com>
Date:   Wed Aug  3 23:19:34 2011 +0800

libxml-simple-perl: Use BBCLASSEXTEND insteand of *-native recipe

It's not appropriate to require xxx.bb in xxx-native.bb, causing that
xxx-native depends on target recipe.

Use BBCLASSEXTEND to solve this issue.

Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../perl/libxml-simple-perl-native_2.18.bb         |    7 -------
 .../perl/libxml-simple-perl_2.18.bb                |    2 ++
 2 files changed, 2 insertions(+), 7 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
deleted file mode 100644
index 3877d0b..0000000
--- a/meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-SECTION = "libs"
-
-inherit native
-
-require libxml-simple-perl_${PV}.bb
-
-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 3a50d7f..f2abf9d 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
@@ -14,3 +14,5 @@ S = "${WORKDIR}/XML-Simple-${PV}"
 EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
 
 inherit cpan
+
+BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list