From: Richard Purdie Date: Wed, 11 Jan 2012 14:30:27 +0000 (+0000) Subject: lzo: Add BBCLASSEXTEND nativesdk so lzop nativesdk works (it depends on this) X-Git-Tag: 2015-4~12087 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6dd84aa0bb766190e82d401511808715625e4310;p=openembedded-core.git lzo: Add BBCLASSEXTEND nativesdk so lzop nativesdk works (it depends on this) 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 4862082011..187a95aab8 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"