From: Khem Raj Date: Tue, 23 Mar 2010 22:28:51 +0000 (-0700) Subject: lzma: Use BBCLASSEXTEND to get native recipe. X-Git-Tag: Release-2010-05/1~316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca018970a82eedd563bd485c9be322484fd306bf;p=openembedded.git lzma: Use BBCLASSEXTEND to get native recipe. Signed-off-by: Khem Raj --- diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb deleted file mode 100644 index da05dfa7e0..0000000000 --- a/recipes/lzma/lzma-native_4.65.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit native -NATIVE_INSTALL_WORKS = "1" - -require lzma.inc -PR = "${INC_PR}.1" -DEPENDS = "zlib-native" 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"