diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-03-23 15:28:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-03-23 15:28:51 -0700 |
commit | ca018970a82eedd563bd485c9be322484fd306bf (patch) | |
tree | ec57ac287c99cd15e92921382c8d1d7a3091f723 /recipes/lzma/lzma.inc | |
parent | ef6e7b308e3cafdd7edb3d392996b0dec833089c (diff) |
lzma: Use BBCLASSEXTEND to get native recipe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/lzma/lzma.inc')
-rw-r--r-- | recipes/lzma/lzma.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/lzma/lzma.inc b/recipes/lzma/lzma.inc index e51de9596a..fb34e0baac 100644 --- a/recipes/lzma/lzma.inc +++ b/recipes/lzma/lzma.inc @@ -36,3 +36,6 @@ do_install() { install -m 0755 CPP/7zip/Compress/LZMA_Alone/lzma ${D}${bindir} oe_libinstall -a -C C/LzmaUtil liblzma ${D}${libdir} } + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" |