From: Andrei Gherzan Date: Mon, 10 Jan 2022 14:05:56 +0000 (+0100) Subject: gcc: Fix typo in linux64.h install patch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0f00f0988c02d7fe0fa62edf3e4901ce9941a6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc: Fix typo in linux64.h install patch The "gcc: Fix compile of gcc plugins" patch had a typo making it a noop. This was due to a rework to make it specific to the linux64.h header. Signed-off-by: Andrei Gherzan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch b/meta/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch index 9201538f0ed..5bf895d6e71 100644 --- a/meta/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch +++ b/meta/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch @@ -23,7 +23,7 @@ index 9b17d120a..d175ec4e3 100644 "$(srcdir)"/config/* | "$(srcdir)"/common/config/* \ | "$(srcdir)"/c-family/* | "$(srcdir)"/*.def ) \ base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \ -+ ./linux64.h ) \ ++ */linux64.h ) \ + base=`dirname $$path`;;\ *) base=`basename $$path` ;; \ esac; \