From 65133015b1cf545a0c86177ce471a0b2b9340d5c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 28 Jul 2021 14:27:33 +0100 Subject: meta: Manual override fixes The automated conversion of OE-Core to use the new override sytax isn't perfect. This patches some mis-converted lines and some lines which were missed by the automation. (From OE-Core rev: 4e9a06b64b43131b731fb59a0305f78a98e27fbd) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gdb') diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index f4cd0a5c01..2b0ae1655f 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -2,7 +2,7 @@ require gdb-common.inc inherit gettext -#LDFLAGS_append = " -s" +#LDFLAGS:append = " -s" #export CFLAGS:append=" -L${STAGING_LIBDIR}" # cross-canadian must not see this -- cgit v1.2.3-54-g00ecf