diff options
author | mike.looijmans@topic.nl <mike.looijmans@topic.nl> | 2015-10-08 07:39:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:28:17 +0200 |
commit | 5a5ec1c0607466d0369170c7a3e25ca92d51ca1c (patch) | |
tree | b3d18d8adbca77453d964af71c91c24c7cb97fe1 /toolchain-layer/recipes-devtools/gcc/files/pr33281-mingw-host-fragment.patch | |
parent | c09b65deccf20bbe4f94b5fe766c68996603199c (diff) | |
download | meta-openembedded-5a5ec1c0607466d0369170c7a3e25ca92d51ca1c.tar.gz |
Remove toolchain-layer
Just including the toolchain-layer in a bblayers.conf results in:
ERROR: ExpansionError during parsing .../meta-oe/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk_4.6.bb: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI
Since there is no maintainer, remove it from meta-openembedded.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/files/pr33281-mingw-host-fragment.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/files/pr33281-mingw-host-fragment.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/files/pr33281-mingw-host-fragment.patch b/toolchain-layer/recipes-devtools/gcc/files/pr33281-mingw-host-fragment.patch deleted file mode 100644 index e16fb4464a..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/files/pr33281-mingw-host-fragment.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | --- | ||
2 | config/mh-mingw | 3 +++ | ||
3 | configure | 1 + | ||
4 | configure.in | 1 + | ||
5 | 3 files changed, 5 insertions(+) | ||
6 | |||
7 | Index: gcc-4.2.3/config/mh-mingw | ||
8 | =================================================================== | ||
9 | --- /dev/null | ||
10 | +++ gcc-4.2.3/config/mh-mingw | ||
11 | @@ -0,0 +1,3 @@ | ||
12 | +# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows | ||
13 | +# Vista (see PR33281 for details). | ||
14 | +BOOT_CFLAGS += -D__USE_MINGW_ACCESS | ||
15 | Index: gcc-4.2.3/configure.in | ||
16 | =================================================================== | ||
17 | --- gcc-4.2.3.orig/configure.in | ||
18 | +++ gcc-4.2.3/configure.in | ||
19 | @@ -929,6 +929,7 @@ case "${host}" in | ||
20 | host_makefile_frag="config/mh-cygwin" | ||
21 | ;; | ||
22 | *-mingw32*) | ||
23 | + host_makefile_frag="config/mh-mingw" | ||
24 | ;; | ||
25 | *-interix*) | ||
26 | host_makefile_frag="config/mh-interix" | ||
27 | Index: gcc-4.2.3/configure | ||
28 | =================================================================== | ||
29 | --- gcc-4.2.3.orig/configure | ||
30 | +++ gcc-4.2.3/configure | ||
31 | @@ -1769,6 +1769,7 @@ case "${host}" in | ||
32 | host_makefile_frag="config/mh-cygwin" | ||
33 | ;; | ||
34 | *-mingw32*) | ||
35 | + host_makefile_frag="config/mh-mingw" | ||
36 | ;; | ||
37 | *-interix*) | ||
38 | host_makefile_frag="config/mh-interix" | ||