From ddb8aa2f29cd09263cd6eb2680844e73144bde1c Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 3 Aug 2011 23:19:34 +0800 Subject: 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. (From OE-Core rev: aa8f6b64055c6576bcdb63d3bbf9ab47b87c0d59) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb') 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 3a50d7f1d2..f2abf9dff9 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" -- cgit v1.2.3-54-g00ecf