diff options
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
| -rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch | 29 | ||||
| -rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 |
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 @@ | |||
| 1 | We need LDFLAGS to be respected otherwise there are QA warnings as the right | 1 | We need LDFLAGS to be respected otherwise there are QA warnings as the right |
| 2 | flags don't get used. | 2 | flags don't get used. |
| 3 | 3 | ||
| 4 | Upstream-Status: Inappropriate | 4 | Upstream-Status: Inappropriate [oe-core specific] |
| 5 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 5 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 6 | 6 | ||
| 7 | From d92af0483c20365fd0af740d0baef8870b4aa374 Mon Sep 17 00:00:00 2001 | 7 | From d92af0483c20365fd0af740d0baef8870b4aa374 Mon Sep 17 00:00:00 2001 |
| @@ -10,23 +10,26 @@ Date: Wed, 26 Aug 2015 19:18:11 +0500 | |||
| 10 | Subject: [PATCH] tcf-agent: obey LDFLAGS | 10 | Subject: [PATCH] tcf-agent: obey LDFLAGS |
| 11 | 11 | ||
| 12 | Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> | 12 | Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> |
| 13 | |||
| 14 | Rebased to 4a2c4baaccbc8c29ce0297705de9a4e096d57ce5 version | ||
| 15 | |||
| 16 | Signed-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 | ||
| 17 | diff --git a/Makefile.inc b/Makefile.inc | 23 | Index: agent/Makefile.inc |
| 18 | index 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 | -- | ||
| 31 | 1.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/" | |||
| 6 | LICENSE = "EPL-1.0 | EDL-1.0" | 6 | LICENSE = "EPL-1.0 | EDL-1.0" |
| 7 | LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" | 7 | LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" |
| 8 | 8 | ||
| 9 | SRCREV = "2735e3d6b7eccb05ab232825c618c837d27a5010" | 9 | SRCREV = "4a2c4baaccbc8c29ce0297705de9a4e096d57ce5" |
| 10 | PV = "1.7.0+git${SRCPV}" | 10 | PV = "1.7.0+git${SRCPV}" |
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
