[rcar-gen3] Remove fix on optee 39/8739/6
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 24 Feb 2017 09:36:48 +0000 (10:36 +0100)
committerRonan Le Martret <ronan.lemartret@iot.bzh>
Sun, 19 Mar 2017 11:25:48 +0000 (12:25 +0100)
 * the new version of optee from Renesas rcar gen3 v2.16, doesn't need
   this fix to build anymore.

Bug-AGL: SPEC-471

Change-Id: I8869b13bf038e2cd2f45a26affadd757fe1ea10c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch [deleted file]
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend

diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch
deleted file mode 100644 (file)
index 3a61890..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/mk/gcc.mk b/mk/gcc.mk
-index 76ad125..1f5bb2e 100644
---- a/mk/gcc.mk
-+++ b/mk/gcc.mk
-@@ -12,8 +12,8 @@ nostdinc$(sm)        := -nostdinc -isystem $(shell $(CC$(sm)) \
-                       -print-file-name=include 2> /dev/null)
- # Get location of libgcc from gcc
--libgcc$(sm)   := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \
--                      -print-libgcc-file-name 2> /dev/null)
-+#libgcc$(sm)          := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \
-+#                     -print-libgcc-file-name 2> /dev/null)
- # Define these to something to discover accidental use
- CC            := false
index 4845dda..591f15d 100644 (file)
@@ -5,6 +5,4 @@ DEPENDS += " python-pycrypto-native"
 #Need for gcc 6.2
 CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value"
 
-SRC_URI += " \
-        file://0001-disable-libgcc-detection.patch \
-"
+