[oe-commits] Khem Raj : lzma: Use BBCLASSEXTEND to get native recipe.

git version control git at git.openembedded.org
Wed Mar 24 09:47:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: ca018970a82eedd563bd485c9be322484fd306bf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca018970a82eedd563bd485c9be322484fd306bf

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Mar 23 15:28:51 2010 -0700

lzma: Use BBCLASSEXTEND to get native recipe.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/lzma/lzma-native_4.65.bb |    6 ------
 recipes/lzma/lzma.inc            |    3 +++
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb
deleted file mode 100644
index da05dfa..0000000
--- 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 e51de95..fb34e0b 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"





More information about the Openembedded-commits mailing list