From 3914efd161c0c3d8d55b1d709698f65d04d14a55 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 2 Sep 2014 13:36:33 -0700 Subject: [PATCH] imx-lib: drop bits now upstream Signed-off-by: Christopher Larson --- .../imx-lib/imx-lib_11.09.02.bbappend | 3 - .../recipes-multimedia/imx-lib/ldflags.patch | 87 ------------------- 2 files changed, 90 deletions(-) delete mode 100644 fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.02.bbappend delete mode 100644 fsl-arm/recipes-multimedia/imx-lib/ldflags.patch diff --git a/fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.02.bbappend b/fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.02.bbappend deleted file mode 100644 index 749712c..0000000 --- a/fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.02.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}:" -SRC_URI += "file://ldflags.patch" -EXTRA_OEMAKE += "'LDFLAGS=${LDFLAGS}'" diff --git a/fsl-arm/recipes-multimedia/imx-lib/ldflags.patch b/fsl-arm/recipes-multimedia/imx-lib/ldflags.patch deleted file mode 100644 index f957e3c..0000000 --- a/fsl-arm/recipes-multimedia/imx-lib/ldflags.patch +++ /dev/null @@ -1,87 +0,0 @@ ---- - ipu/Makefile | 2 +- - pxp/Makefile | 2 +- - rng/Makefile | 2 +- - sahara2/Makefile | 2 +- - screenlayer/Makefile | 2 +- - sim/Makefile | 2 +- - vpu/Makefile | 2 +- - 7 files changed, 7 insertions(+), 7 deletions(-) - ---- imx-lib-12.09.01.orig/ipu/Makefile -+++ imx-lib-12.09.01/ipu/Makefile -@@ -28,7 +28,7 @@ all install: - endif - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJS) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -lpthread -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -lpthread $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ ---- imx-lib-12.09.01.orig/pxp/Makefile -+++ imx-lib-12.09.01/pxp/Makefile -@@ -28,7 +28,7 @@ endif - $(CC) -D$(PLATFORM) $(INCLUDE) -Wall -O2 -fPIC -c $^ -o $@ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ ---- imx-lib-12.09.01.orig/rng/Makefile -+++ imx-lib-12.09.01/rng/Makefile -@@ -31,7 +31,7 @@ $(LIBNAME).a: $(OBJS) - $(AR) $@ $^ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJS) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ ---- imx-lib-12.09.01.orig/sahara2/Makefile -+++ imx-lib-12.09.01/sahara2/Makefile -@@ -50,7 +50,7 @@ $(LIBNAME).a: $(OBJS) - $(AR) $@ $^ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJS) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ ---- imx-lib-12.09.01.orig/screenlayer/Makefile -+++ imx-lib-12.09.01/screenlayer/Makefile -@@ -24,7 +24,7 @@ all install: - endif - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJS) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -L../ipu -lipu -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -L../ipu -lipu $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ ---- imx-lib-12.09.01.orig/sim/Makefile -+++ imx-lib-12.09.01/sim/Makefile -@@ -21,7 +21,7 @@ install: - cp iso7816-3.h $(DEST_DIR)/usr/include - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJS) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -lpthread -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ -o $@ $^ -lpthread $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ ---- imx-lib-12.09.01.orig/vpu/Makefile -+++ imx-lib-12.09.01/vpu/Makefile -@@ -36,7 +36,7 @@ endif - $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@