* Add /lib to library search path

Signed-off-by: Djordje Senicic <[email protected]>
---
 recipes-ti/tiovx/files/hack-to-add-lib-path.patch | 28 -----------------------
 recipes-ti/tiovx/tiovx-app-host.bb                |  1 -
 recipes-ti/tiovx/tiovx-sys.inc                    |  2 +-
 3 files changed, 1 insertion(+), 30 deletions(-)
 delete mode 100644 recipes-ti/tiovx/files/hack-to-add-lib-path.patch

diff --git a/recipes-ti/tiovx/files/hack-to-add-lib-path.patch 
b/recipes-ti/tiovx/files/hack-to-add-lib-path.patch
deleted file mode 100644
index 8223a11..0000000
--- a/recipes-ti/tiovx/files/hack-to-add-lib-path.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/host/makefile b/host/makefile
-index 469aeb0..295deda 100644
---- a/host/makefile
-+++ b/host/makefile
-@@ -102,7 +102,8 @@ CPPFLAGS =
- LDFLAGS = -L$(IPC_INSTALL_DIR)/linux/src/api/.libs/ \
-     -L$(IPC_INSTALL_DIR)/linux/src/utils/.libs \
-     -L$(IPC_INSTALL_DIR)/linux/src/transport/.libs \
--    -L$(TARGET_INSTALL_DIR)/usr/lib
-+    -L$(TARGET_INSTALL_DIR)/usr/lib \
-+    -L$(TARGET_INSTALL_DIR)/lib
- 
- else
- LD = $(CC)
-diff --git a/khronos_example/makefile b/khronos_example/makefile
-index a54aa33..1e9a75f 100644
---- a/khronos_example/makefile
-+++ b/khronos_example/makefile
-@@ -101,7 +101,8 @@ CPPFLAGS =
- LDFLAGS = -L$(IPC_INSTALL_DIR)/linux/src/api/.libs/ \
-     -L$(IPC_INSTALL_DIR)/linux/src/utils/.libs \
-     -L$(IPC_INSTALL_DIR)/linux/src/transport/.libs \
--    -L$(TARGET_INSTALL_DIR)/usr/lib
-+    -L$(TARGET_INSTALL_DIR)/usr/lib \
-+    -L$(TARGET_INSTALL_DIR)/lib
- 
- else
- LD = $(CC)
diff --git a/recipes-ti/tiovx/tiovx-app-host.bb 
b/recipes-ti/tiovx/tiovx-app-host.bb
index a5c29ab..097f045 100644
--- a/recipes-ti/tiovx/tiovx-app-host.bb
+++ b/recipes-ti/tiovx/tiovx-app-host.bb
@@ -8,7 +8,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
 SRC_URI_append += "\
      file://setenv.sh \
-     file://hack-to-add-lib-path.patch \
 "
 
 require recipes-ti/includes/tisdk-paths.inc
diff --git a/recipes-ti/tiovx/tiovx-sys.inc b/recipes-ti/tiovx/tiovx-sys.inc
index e45f130..56b4385 100644
--- a/recipes-ti/tiovx/tiovx-sys.inc
+++ b/recipes-ti/tiovx/tiovx-sys.inc
@@ -1,5 +1,5 @@
 PV = "01.00.01.00"
 
 BRANCH="master"
-SRCREV = "dc60c253a218fb3ec92fdeeaa454fce047f8964a"
+SRCREV = "b44eece0a22b97de59c964acb2a910fc56cdf3ac"
 SRC_URI = 
"git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}"
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to