diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-06-30 16:30:44 -0500 |
---|---|---|
committer | Joshua Watt <JPEWhacker@gmail.com> | 2020-06-30 16:30:44 -0500 |
commit | 3430f39a6d6b692579e6b0d7331ff5b7e10e7349 (patch) | |
tree | d06fe5af56122e7038dfacef13a1e082cf154033 | |
parent | 88f9689f7dd0f634f1ac9a370bdf00585d884206 (diff) | |
download | meta-mingw-3430f39a6d6b692579e6b0d7331ff5b7e10e7349.tar.gz |
mingw-w64: Upgrade to 7.0.0
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r-- | recipes-devtools/mingw-w64/mingw-w64.inc | 3 | ||||
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_7.0.0.bb (renamed from recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_6.0.0.bb) | 4 | ||||
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_7.0.0.bb (renamed from recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb) | 0 | ||||
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_7.0.0.bb (renamed from recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb) | 0 |
4 files changed, 1 insertions, 6 deletions
diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/mingw-w64/mingw-w64.inc index 8c68bcc..a435dea 100644 --- a/recipes-devtools/mingw-w64/mingw-w64.inc +++ b/recipes-devtools/mingw-w64/mingw-w64.inc | |||
@@ -5,8 +5,7 @@ COMPATIBLE_HOST = ".*-mingw.*" | |||
5 | 5 | ||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2" | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "cf5673f6d689bb5e02863e6284cc3d03" | 8 | SRC_URI[sha256sum] = "aa20dfff3596f08a7f427aab74315a6cb80c2b086b4a107ed35af02f9496b628" |
9 | SRC_URI[sha256sum] = "805e11101e26d7897fce7d49cbb140d7bac15f3e085a91e0001e80b2adaf48f0" | ||
10 | 9 | ||
11 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/" | 10 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/" |
12 | UPSTREAM_CHECK_REGEX = "mingw-w64-v(?P<pver>(\d+[\.\-_]*)+)\.tar" | 11 | UPSTREAM_CHECK_REGEX = "mingw-w64-v(?P<pver>(\d+[\.\-_]*)+)\.tar" |
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_6.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_7.0.0.bb index 58073d6..292d22b 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_6.0.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_7.0.0.bb | |||
@@ -10,10 +10,6 @@ inherit autotools nativesdk | |||
10 | INHIBIT_DEFAULT_DEPS = "1" | 10 | INHIBIT_DEFAULT_DEPS = "1" |
11 | DEPENDS = "" | 11 | DEPENDS = "" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "secure-api" | ||
14 | |||
15 | PACKAGECONFIG[secure-api] = "--enable-secure-api,--disable-secure-api" | ||
16 | |||
17 | do_configure() { | 13 | do_configure() { |
18 | oe_runconf | 14 | oe_runconf |
19 | } | 15 | } |
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_7.0.0.bb index cf39c6a..cf39c6a 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_6.0.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_7.0.0.bb | |||
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_7.0.0.bb index e694e5b..e694e5b 100644 --- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_6.0.0.bb +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_7.0.0.bb | |||