summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-30 07:46:00 +0000
committerDan Murphy <dmurphy@ti.com>2020-11-02 07:25:11 -0600
commit91fe7b2a7a6f44cf58bc748e51e7b45394181080 (patch)
treec13bd077bdacf33753ee3be612ddf2cd6fffbd1f /recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
parent31dfe138b53c727c8f11680820a9bdcc7857b474 (diff)
downloadmeta-ti-91fe7b2a7a6f44cf58bc748e51e7b45394181080.tar.gz
ti-rpmsg-char-examples: Fix cross compile
This fixes problems during cross compile where it starts to peek into build host's include and library paths and causes errors with clang and QA warnings with gcc Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-rpmsg-char-examples_git.bb')
-rw-r--r--recipes-ti/ipc/ti-rpmsg-char-examples_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-rpmsg-char-examples_git.bb b/recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
index 142e5bf0..cbe4d7fd 100644
--- a/recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
+++ b/recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
@@ -2,6 +2,8 @@ SUMMARY = "TI RPMsg Char Sample Applications and Tests"
2 2
3require ti-rpmsg-char.inc 3require ti-rpmsg-char.inc
4 4
5SRC_URI += "file://0001-examples-Remove-use-of-includedir-and-libdir.patch"
6
5DEPENDS = "ti-rpmsg-char" 7DEPENDS = "ti-rpmsg-char"
6 8
7inherit autotools pkgconfig 9inherit autotools pkgconfig