diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-20 10:53:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-20 11:00:20 +0000 |
commit | 423433e3d31a32dbb80203c628e808442d440ad1 (patch) | |
tree | 1edbad91e321e3c40f3d09a6f797513feba426b8 /recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb | |
parent | fa4ea76d93c87a2ad3ce88b052c282106b2761e4 (diff) | |
download | meta-mingw-2.7_M2.tar.gz |
mingw-w64/gcc: Adapt to removal of gcc-initial from OE-Core2.7_M2
OE-Core dropped gcc-initial, we can do the same for mingw.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb')
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb index fc83ca8..cf39c6a 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb | |||
@@ -10,19 +10,14 @@ inherit autotools nativesdk | |||
10 | BUILDSDK_CPPFLAGS_append = " -isystem${STAGING_INCDIR}" | 10 | BUILDSDK_CPPFLAGS_append = " -isystem${STAGING_INCDIR}" |
11 | 11 | ||
12 | INHIBIT_DEFAULT_DEPS = "1" | 12 | INHIBIT_DEFAULT_DEPS = "1" |
13 | DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc-initial " | 13 | DEPENDS = "nativesdk-mingw-w64-headers virtual/${TARGET_PREFIX}gcc " |
14 | 14 | ||
15 | PROVIDES += "virtual/nativesdk-libc" | 15 | PROVIDES += "virtual/nativesdk-libc" |
16 | PROVIDES += "virtual/nativesdk-${SDK_PREFIX}libc-initial" | ||
17 | PROVIDES += "virtual/nativesdk-${SDK_PREFIX}libc-for-gcc" | ||
18 | 16 | ||
19 | # Work around pulling in eglibc for now... | 17 | # Work around pulling in eglibc for now... |
20 | PROVIDES += "virtual/nativesdk-libintl" | 18 | PROVIDES += "virtual/nativesdk-libintl" |
21 | 19 | ||
22 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
23 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
24 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | 20 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" |
25 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
26 | 21 | ||
27 | do_configure() { | 22 | do_configure() { |
28 | oe_runconf | 23 | oe_runconf |