Files
poky/meta/recipes-devtools
Dmitry Baryshkov f9f3e1bd3e go: fix building without SECURITY_LDFLAGS
Commit 9985b17a30bb ("go: correctly set debug-prefix-map and build
directory") has changed CGO_LDFLAGS to the manually crafted version of
LDFLAGS to strip out DEBUG_PREFIX_MAP contents.

However this manually crafted version includes ${SECURITY_LDFLAGS}.

If security_flags.inc is not included, the variable is not defined, thus
CGO_LDFLAGS will include the '${SECURITY_LDFLAGS}' literally. When
building the recipe, the build would break with the follwing message:

aarch64-linaro-linux-gcc: error: ${SECURITY_LDFLAGS}: No such file or directory

So, instead of manually specifying variable contents, perform the
expected action: filter offending arguments out of LDFLAGS.

Cc: Alexander Kanavin <alex.kanavin@gmail.com>
(From OE-Core rev: e7d2d68679c1980d9e889d96c3eab49589f5b832)

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-14 09:25:31 +00:00
..
2021-12-22 23:11:45 +00:00
2021-10-23 17:42:25 +01:00
2021-12-08 20:22:11 +00:00
2021-12-09 10:33:25 +00:00
2021-08-02 15:44:10 +01:00
2021-12-12 11:27:23 +00:00
2021-08-02 15:44:10 +01:00
2021-11-25 21:55:10 +00:00
2021-08-02 15:44:10 +01:00
2021-12-17 09:56:14 +00:00
2021-11-25 21:55:10 +00:00
2021-12-08 20:22:11 +00:00
2021-12-08 20:22:11 +00:00
2021-11-03 10:12:42 +00:00
2021-08-02 15:44:11 +01:00
2021-08-02 15:44:10 +01:00
2021-08-02 15:44:10 +01:00
2021-11-16 22:20:33 +00:00
2021-08-02 15:44:10 +01:00
2020-03-08 08:21:11 +00:00
2021-08-02 15:44:10 +01:00
2022-01-05 17:18:15 +00:00
2022-01-05 17:18:16 +00:00
2021-12-01 16:23:45 +00:00
2021-08-02 15:44:10 +01:00
2021-12-08 20:22:11 +00:00
2021-08-02 15:44:10 +01:00
2022-01-07 14:39:17 +00:00
2021-11-10 19:27:29 +00:00
2021-10-30 22:31:52 +01:00
2021-12-22 19:01:31 +00:00
2021-08-02 15:44:10 +01:00
2021-12-17 09:56:14 +00:00
2021-08-02 15:44:10 +01:00
2022-01-12 21:09:02 +00:00
2021-12-08 20:22:11 +00:00
2021-12-08 20:22:10 +00:00
2021-12-08 20:22:11 +00:00
2022-01-04 23:14:05 +00:00
2021-08-02 15:44:10 +01:00