mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +00:00
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>
14 lines
262 B
BlitzBasic
14 lines
262 B
BlitzBasic
SUMMARY = "TI RPMsg Char Sample Applications and Tests"
|
|
|
|
require ti-rpmsg-char.inc
|
|
|
|
SRC_URI += "file://0001-examples-Remove-use-of-includedir-and-libdir.patch"
|
|
|
|
DEPENDS = "ti-rpmsg-char"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OEMAKE = "-C ${B}/examples"
|
|
|
|
PR = "r0"
|