[2/7] libxml-simple-perl: Use BBCLASSEXTEND insteand of *-native recipe
Submitted by Dongxiao Xu on Aug. 3, 2011, 3:19 p.m.
|
Patch ID: 9111
Details
Commit Message
deleted file mode 100644
@@ -1,7 +0,0 @@
-SECTION = "libs"
-
-inherit native
-
-require libxml-simple-perl_${PV}.bb
-
-DEPENDS += "libxml-parser-perl-native"
@@ -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"
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@intel.com> --- .../perl/libxml-simple-perl-native_2.18.bb | 7 ------- .../perl/libxml-simple-perl_2.18.bb | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-devtools/perl/libxml-simple-perl-native_2.18.bb