From patchwork Wed Jan 11 14:30:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: lzo: Add BBCLASSEXTEND nativesdk so lzop nativesdk works (it depends on this) Date: Wed, 11 Jan 2012 14:30:27 -0000 From: Richard Purdie X-Patchwork-Id: 19069 Message-Id: <1326292227.23315.52.camel@ted> To: openembedded-core Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/lzo/lzo_2.06.bb b/meta/recipes-support/lzo/lzo_2.06.bb index 4862082..187a95a 100644 --- a/meta/recipes-support/lzo/lzo_2.06.bb +++ b/meta/recipes-support/lzo/lzo_2.06.bb @@ -21,4 +21,4 @@ do_configure_prepend () { cp ${WORKDIR}/acinclude.m4 ${S}/ } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"