lzma: Use BBCLASSEXTEND to get native recipe.
authorKhem Raj <raj.khem@gmail.com>
Tue, 23 Mar 2010 22:28:51 +0000 (15:28 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 23 Mar 2010 22:28:51 +0000 (15:28 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/lzma/lzma-native_4.65.bb [deleted file]
recipes/lzma/lzma.inc

diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb
deleted file mode 100644 (file)
index da05dfa..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-inherit native
-NATIVE_INSTALL_WORKS = "1"
-
-require lzma.inc
-PR = "${INC_PR}.1"
-DEPENDS = "zlib-native"
index e51de95..fb34e0b 100644 (file)
@@ -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"