summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-01-10 15:05:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 15:48:10 +0000
commit97dd81b5568e91ab8ebeae7c40785afcd1731a48 (patch)
tree9079c76fe2695fcbb2512ae6a2083829029ee893 /meta/recipes-devtools/gcc
parent68dd36f535ca64f5ec3247db4982ae1712542163 (diff)
downloadpoky-97dd81b5568e91ab8ebeae7c40785afcd1731a48.tar.gz
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. (From OE-Core rev: 5f0f00f0988c02d7fe0fa62edf3e4901ce9941a6) Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch2
1 files changed, 1 insertions, 1 deletions
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 9201538f0e..5bf895d6e7 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
23 "$(srcdir)"/config/* | "$(srcdir)"/common/config/* \ 23 "$(srcdir)"/config/* | "$(srcdir)"/common/config/* \
24 | "$(srcdir)"/c-family/* | "$(srcdir)"/*.def ) \ 24 | "$(srcdir)"/c-family/* | "$(srcdir)"/*.def ) \
25 base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \ 25 base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \
26+ ./linux64.h ) \ 26+ */linux64.h ) \
27+ base=`dirname $$path`;;\ 27+ base=`dirname $$path`;;\
28 *) base=`basename $$path` ;; \ 28 *) base=`basename $$path` ;; \
29 esac; \ 29 esac; \