summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch29
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb2
2 files changed, 17 insertions, 14 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch b/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch
index dfe492091c..d701e8dec0 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch
@@ -1,7 +1,7 @@
1We need LDFLAGS to be respected otherwise there are QA warnings as the right 1We need LDFLAGS to be respected otherwise there are QA warnings as the right
2flags don't get used. 2flags don't get used.
3 3
4Upstream-Status: Inappropriate 4Upstream-Status: Inappropriate [oe-core specific]
5Signed-off-by: Ross Burton <ross.burton@arm.com> 5Signed-off-by: Ross Burton <ross.burton@arm.com>
6 6
7From d92af0483c20365fd0af740d0baef8870b4aa374 Mon Sep 17 00:00:00 2001 7From d92af0483c20365fd0af740d0baef8870b4aa374 Mon Sep 17 00:00:00 2001
@@ -10,23 +10,26 @@ Date: Wed, 26 Aug 2015 19:18:11 +0500
10Subject: [PATCH] tcf-agent: obey LDFLAGS 10Subject: [PATCH] tcf-agent: obey LDFLAGS
11 11
12Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> 12Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
13
14Rebased to 4a2c4baaccbc8c29ce0297705de9a4e096d57ce5 version
15
16Signed-off-by: Mark hatle <mark.hatle@amd.com>
17
18
13--- 19---
14 Makefile.inc | 2 +- 20 Makefile.inc | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-) 21 1 file changed, 1 insertion(+), 1 deletion(-)
16 22
17diff --git a/Makefile.inc b/Makefile.inc 23Index: agent/Makefile.inc
18index 959028f..3148942 100644 24===================================================================
19--- a/Makefile.inc 25--- agent.orig/Makefile.inc
20+++ b/Makefile.inc 26+++ agent/Makefile.inc
21@@ -96,7 +96,7 @@ NO_LINK_F ?= -c 27@@ -111,7 +111,7 @@ NO_LINK_F ?= -c
22 # Linker definition and flags 28 # Linker definition and flags
23 29
24 LINK ?= $(CC) 30 LINK ?= $(CC)
25-LINK_FLAGS ?= $(CFLAGS) 31-LINK_FLAGS ?= $(CFLAGS)
26+LINK_FLAGS ?= $(LDFLAGS) $(CFLAGS) 32+LINK_FLAGS ?= $(LDFLAGS) $(CFLAGS)
27 LINK_OUT_F ?= $(OUT_OBJ_F) 33 LINK_OUT_F ?= $(OUT_OBJ_F)
28 34
29 # Archiver definition and flags 35 # Archiver definition and flags
30--
311.7.9.5
32
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 0d627f4e23..9e77f12b53 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://bugs.eclipse.org/bugs/"
6LICENSE = "EPL-1.0 | EDL-1.0" 6LICENSE = "EPL-1.0 | EDL-1.0"
7LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" 7LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
8 8
9SRCREV = "2735e3d6b7eccb05ab232825c618c837d27a5010" 9SRCREV = "4a2c4baaccbc8c29ce0297705de9a4e096d57ce5"
10PV = "1.7.0+git${SRCPV}" 10PV = "1.7.0+git${SRCPV}"
11 11
12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"