dra7xx-evm: ti-ipc: get rid of local patches 07/7207/1
authorKarthik Ramanan <a0393906@ti.com>
Wed, 16 Nov 2016 15:19:20 +0000 (20:49 +0530)
committerKarthik Ramanan <a0393906@ti.com>
Wed, 16 Nov 2016 15:22:30 +0000 (20:52 +0530)
The patch that was submitted to meta-agl has been upstreamed.
Remove and reuse from meta-ti.

Change-Id: I269b40fc29913bc192a4d0417b5f6c1af4458d81
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch [deleted file]
meta-agl-bsp/meta-ti/recipes-arago/ipc/ti-ipc_git.bbappend [deleted file]

diff --git a/meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch b/meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch
deleted file mode 100644 (file)
index 649eef5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/linux/src/transport/Makefile.am b/linux/src/transport/Makefile.am
-index 32f0046..b4d3078 100644
---- a/linux/src/transport/Makefile.am
-+++ b/linux/src/transport/Makefile.am
-@@ -32,7 +32,7 @@
- ##
- # additional include paths necessary to compile the library
--AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall
-+AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall -pthread
- if KERNEL_INSTALL_DIR
- AM_CFLAGS += -I$(KERNEL_INSTALL_DIR)/include/generated/uapi
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/ipc/ti-ipc_git.bbappend b/meta-agl-bsp/meta-ti/recipes-arago/ipc/ti-ipc_git.bbappend
deleted file mode 100644 (file)
index ca5cdef..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#inherit append-code-change
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/patches/:"
-
-SRC_URI_append = " \
-    file://add-dependency-of-pthreads.patch \
-"