meta-agl-profile-telematics: recipes-core: systemd: change canbus systemd match regex
[AGL/meta-agl.git] / meta-agl-bsp / recipes-support / ptest-runner / ptest-runner / 0002-Makefile-libcheck-now-requires-to-link-subunit.patch
1 From 4f6d6c5e3f2f181e3cc380a76e635e7c34d3c5d1 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal.limon@linaro.org>
3 Date: Thu, 7 Dec 2017 17:42:44 -0600
4 Subject: [PATCH 2/7] Makefile: libcheck now requires to link subunit
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
10 ---
11  Makefile | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/Makefile b/Makefile
15 index 434b89f34688..1bde7beff9d1 100644
16 --- a/Makefile
17 +++ b/Makefile
18 @@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c $(BASE_SOURCES)
19  TEST_OBJECTS=$(TEST_SOURCES:.c=.o)
20  TEST_EXECUTABLE=ptest-runner-test
21  TEST_LDFLAGS=-lm -lrt -lpthread
22 -TEST_LIBSTATIC=-lcheck
23 +TEST_LIBSTATIC=-lcheck -lsubunit
24  
25  TEST_DATA=$(shell echo `pwd`/tests/data)
26  
27 -- 
28 2.11.0
29