From dc07ea9271d8d96f9dd2528688381298015b1630 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 21 Mar 2015 17:23:10 -0500 Subject: Revert "update to latest stable upstream" This reverts commit f582f4a3c2a853b99640d043f66a797ff9ee0b42. --- package/imx-lib/patches/patch-hdmi-cec_Makefile | 27 +++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'package/imx-lib/patches/patch-hdmi-cec_Makefile') diff --git a/package/imx-lib/patches/patch-hdmi-cec_Makefile b/package/imx-lib/patches/patch-hdmi-cec_Makefile index ba404e621..020998bd6 100644 --- a/package/imx-lib/patches/patch-hdmi-cec_Makefile +++ b/package/imx-lib/patches/patch-hdmi-cec_Makefile @@ -1,11 +1,26 @@ ---- imx-lib-3.10.53-1.1.0.orig/hdmi-cec/Makefile 2014-12-23 03:34:05.000000000 -0600 -+++ imx-lib-3.10.53-1.1.0/hdmi-cec/Makefile 2015-03-08 13:57:44.305700918 -0500 -@@ -33,7 +33,7 @@ all install : +--- imx-lib-3.10.17-1.0.0.orig/hdmi-cec/Makefile 2014-01-16 15:27:12.000000000 +0100 ++++ imx-lib-3.10.17-1.0.0/hdmi-cec/Makefile 2014-08-27 08:38:14.339600710 +0200 +@@ -21,18 +21,18 @@ endif + all: $(LIBNAME).so $(LIBNAME).a + + install: install_headers +- @mkdir -p $(DEST_DIR)/usr/lib +- cp -P $(LIBNAME).* $(DEST_DIR)/usr/lib ++ @mkdir -p $(DESTDIR)/usr/lib ++ cp -P $(LIBNAME).* $(DESTDIR)/usr/lib + + install_headers: +- @mkdir -p $(DEST_DIR)/usr/include +- cp hdmi-cec.h $(DEST_DIR)/usr/include ++ @mkdir -p $(DESTDIR)/usr/include ++ cp hdmi-cec.h $(DESTDIR)/usr/include + else + all install : endif %.o: %.c -- $(CC) -D$(PLATFORM) -Wall -fPIC $(CFLAGS) -c $^ -o $@ -+ $(CC) -D$(PLATFORM) $(CPPFLAGS) $(CFLAGS) -fPIC -c $^ -o $@ +- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@ ++ $(CC) -D$(PLATFORM) $(CFLAGS) -fPIC -c $^ -o $@ $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) - $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) + $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -- cgit v1.2.3