diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-11 14:30:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-11 23:53:31 +0000 |
commit | f43afc3e15700087e6cbaa07afb82feee6485b70 (patch) | |
tree | 9f5494054a5f6bac266c6dc133f9e0b6eb9cd18a /meta | |
parent | 83b91fcd3d019965ab74d787bfb93073028c98d1 (diff) | |
download | poky-f43afc3e15700087e6cbaa07afb82feee6485b70.tar.gz |
lzo: Add BBCLASSEXTEND nativesdk so lzop nativesdk works (it depends on this)
(From OE-Core rev: 6dd84aa0bb766190e82d401511808715625e4310)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/lzo/lzo_2.06.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
21 | cp ${WORKDIR}/acinclude.m4 ${S}/ | 21 | cp ${WORKDIR}/acinclude.m4 ${S}/ |
22 | } | 22 | } |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native nativesdk" |