[lzma] remove the recipe (xz from oe-core include lzma).
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / lzma / lzma-4.65 / makefile-cleanup.patch
diff --git a/meta-openvuplus/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch b/meta-openvuplus/recipes-support/lzma/lzma-4.65/makefile-cleanup.patch
deleted file mode 100644 (file)
index ccca4d9..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: lzma-4.65/C/LzmaUtil/makefile.gcc
-===================================================================
---- lzma-4.65.orig/C/LzmaUtil/makefile.gcc
-+++ lzma-4.65/C/LzmaUtil/makefile.gcc
-@@ -1,10 +1,10 @@
- PROG = lzma
--CC = gcc
-+CC ?= gcc
- LIB = liblzma.a
- RM = rm -f
- CFLAGS = -c -O2 -Wall
--AR = ar
--RANLIB = ranlib
-+AR ?= ar
-+RANLIB ?= ranlib
- OBJS = \
-   Alloc.o \