The recent SRCREV bump to ti-rpmsg-char makes this patch not apply. Update the patch to match the new changes.
Signed-off-by: Ryan Eatmon <[email protected]> --- ...les-Remove-use-of-includedir-and-libdir.patch | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch index 71fca1b0..00ddd731 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch @@ -13,11 +13,11 @@ paths to linker/compiler commandline Upstream-Status: Pending Signed-off-by: Khem Raj <[email protected]> --- - examples/Makefile.am | 5 +---- - 1 file changed, 1 insertion(+), 4 deletions(-) + examples/Makefile.am | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am -index 5a9bedb..d547e41 100644 +index da34204..34ac7a8 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,4 @@ @@ -26,13 +26,19 @@ index 5a9bedb..d547e41 100644 -AM_CFLAGS = -Wall -g -O2 $(INCLUDE) +AM_CFLAGS = -Wall -g -O2 - bin_PROGRAMS = rpmsg_char_simple + bin_PROGRAMS = rpmsg_char_simple rpmsg_char_benchmark -@@ -8,4 +6,3 @@ bin_PROGRAMS = rpmsg_char_simple +@@ -8,10 +6,8 @@ bin_PROGRAMS = rpmsg_char_simple rpmsg_char_benchmark rpmsg_char_simple_SOURCES = rpmsg_char_simple.c rpmsg_char_simple_CPPFLAGS = $(AM_CFLAGS) rpmsg_char_simple_LDADD = -lpthread -lti_rpmsg_char -rpmsg_char_simple_LDFLAGS = -L${libdir} + + # rpmsg_char_benchmark program + rpmsg_char_benchmark_SOURCES = rpmsg_char_benchmark.c + rpmsg_char_benchmark_CPPFLAGS = $(AM_CFLAGS) + rpmsg_char_benchmark_LDADD = -lpthread -lti_rpmsg_char +-rpmsg_char_benchmark_LDFLAGS = -L${libdir} -- 2.29.1 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19274): https://lists.yoctoproject.org/g/meta-ti/message/19274 Mute This Topic: https://lists.yoctoproject.org/mt/116277949/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
