summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/lzma/lzma-native_4.65.bb6
-rw-r--r--recipes/lzma/lzma.inc3
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 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"