SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-agl-core-test / recipes-test / freetype / files / 0001-ft2demos-Makefile-Do-not-hardcode-libtool-path.patch
1 From 8c4f135619de929f9348b830a07a46a0c2c38e51 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Jan-Simon=20M=C3=B6ller?= <jsmoeller@linuxfoundation.org>
3 Date: Fri, 7 Oct 2016 15:26:20 +0200
4 Subject: [PATCH] Do not hardcode libtool path
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 It is already known and imported through config.mk.
10
11 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
12 ---
13  Makefile | 1 -
14  1 file changed, 1 deletion(-)
15
16 diff --git a/Makefile b/Makefile
17 index a5d34bd..254aad4 100644
18 --- a/Makefile
19 +++ b/Makefile
20 @@ -153,7 +153,6 @@ else
21  
22    ifeq ($(PLATFORM),unix)
23      CC        = $(CCraw)
24 -       LIBTOOL   = $(OBJ_BUILD)/libtool
25      LINK_CMD  = $(subst /,$(SEP),$(LIBTOOL)) \
26                  --mode=link $(CC) \
27                  $(subst /,$(COMPILER_SEP),$(LDFLAGS))
28 -- 
29 2.1.4
30