File tree Expand file tree Collapse file tree 9 files changed +19
-18
lines changed Expand file tree Collapse file tree 9 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PV = "${SWIFT_VERSION}+git${SRCPV}"
10
10
11
11
DEPENDS = "swift-stdlib"
12
12
13
- SRC_URI = "git://github.com/swiftlang/swift-corelibs-libdispatch.git;protocol=https;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1"
13
+ SRC_URI = "git://github.com/swiftlang/swift-corelibs-libdispatch.git;protocol=https;tag=${SWIFT_TAG} ;nobranch=1"
14
14
15
15
S = "${WORKDIR} /git"
16
16
LIBDISPATCH_BUILDDIR = "${WORKDIR} /build"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ require swift-version.inc
9
9
PV = "${SWIFT_VERSION} +git${SRCPV} "
10
10
SRCREV_FORMAT = "foundation_icu_syntax_collections"
11
11
12
- SRC_URI = "git://github.com/swiftlang/swift-foundation.git;protocol=https;name=foundation;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;"
13
- SRC_URI += "git://github.com/swiftlang/swift-foundation-icu.git;protocol=https;name=icu;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-foundation-icu;"
14
- SRC_URI += "git://github.com/swiftlang/swift-syntax.git;protocol=https;name=syntax;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-foundation-icu;"
12
+ SRC_URI = "git://github.com/swiftlang/swift-foundation.git;protocol=https;name=foundation;tag=${SWIFT_TAG} ;nobranch=1;"
13
+ SRC_URI += "git://github.com/swiftlang/swift-foundation-icu.git;protocol=https;name=icu;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-foundation-icu;"
14
+ SRC_URI += "git://github.com/swiftlang/swift-syntax.git;protocol=https;name=syntax;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-foundation-icu;"
15
15
SRC_URI += "git://github.com/apple/swift-collections.git;protocol=https;nobranch=1;name=collections;tag=1.1.4;destsuffix=swift-collections;"
16
16
SRC_URI += "file://0001-build-with-64-bit-fsblkcnt_t-on-32-bit-glibc-platfor.patch;striplevel=1;"
17
17
SRC_URI += "file://0002-build-with-64-bit-time_t-on-32-bit-platforms.patch;striplevel=1;"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2380e856fbdbc7ccae6bd699d53ec121"
8
8
require swift -version . inc
9
9
PV = "${SWIFT_VERSION} +git${SRCPV} "
10
10
11
- SRC_URI = "git://github.com/swiftlang/swift-foundation-icu.git;protocol=https;name=icu;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;"
11
+ SRC_URI = "git://github.com/swiftlang/swift-foundation-icu.git;protocol=https;name=icu;tag=${SWIFT_TAG} ;nobranch=1;"
12
12
13
13
S = "${WORKDIR} /git"
14
14
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ require swift-version.inc
9
9
PV = "${SWIFT_VERSION} +git${SRCPV} "
10
10
SRCREV_FORMAT = "corelibs_foundation_icu_syntax"
11
11
12
- SRC_URI = "git://github.com/swiftlang/swift-corelibs-foundation.git;protocol=https;name=corelibs;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;"
13
- SRC_URI += "git://github.com/swiftlang/swift-foundation.git;protocol=https;name=foundation;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-foundation;"
14
- SRC_URI += "git://github.com/swiftlang/swift-foundation-icu.git;protocol=https;name=icu;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-foundation-icu;"
15
- SRC_URI += "git://github.com/swiftlang/swift-syntax.git;protocol=https;name=syntax;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-syntax;"
12
+ SRC_URI = "git://github.com/swiftlang/swift-corelibs-foundation.git;protocol=https;name=corelibs;tag=${SWIFT_TAG} ;nobranch=1;"
13
+ SRC_URI += "git://github.com/swiftlang/swift-foundation.git;protocol=https;name=foundation;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-foundation;"
14
+ SRC_URI += "git://github.com/swiftlang/swift-foundation-icu.git;protocol=https;name=icu;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-foundation-icu;"
15
+ SRC_URI += "git://github.com/swiftlang/swift-syntax.git;protocol=https;name=syntax;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-syntax;"
16
16
SRC_URI += "file://0001-CFRunLoopTimerGetTolerance-CFRunLoopTimerSetToleranc.patch;striplevel=1;"
17
17
SRC_URI += "file://0002-build-with-64-bit-time_t-on-32-bit-platforms.patch;striplevel=1;"
18
18
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ SWIFT_ARCH_SUFFIX = "${@swift_native_arch_suffix(d)}"
27
27
28
28
SWIFT_LINUX_DISTRO = "amazonlinux2"
29
29
30
- SRC_DIR = "swift- ${SWIFT_VERSION} -RELEASE -${SWIFT_LINUX_DISTRO}${SWIFT_ARCH_SUFFIX} "
31
- SRC_URI = "https://download.swift.org/swift-${SWIFT_VERSION} -release/${SWIFT_LINUX_DISTRO}${SWIFT_ARCH_SUFFIX} /swift- ${SWIFT_VERSION} -RELEASE/swift- ${SWIFT_VERSION} -RELEASE -${SWIFT_LINUX_DISTRO}${SWIFT_ARCH_SUFFIX} .tar.gz"
30
+ SRC_DIR = "${SWIFT_TAG} -${SWIFT_LINUX_DISTRO}${SWIFT_ARCH_SUFFIX} "
31
+ SRC_URI = "https://download.swift.org/swift-${SWIFT_VERSION} -release/${SWIFT_LINUX_DISTRO}${SWIFT_ARCH_SUFFIX} /${SWIFT_TAG} / ${SWIFT_TAG} -${SWIFT_LINUX_DISTRO}${SWIFT_ARCH_SUFFIX} .tar.gz"
32
32
SRC_URI [sha256sum ] = "${@ swift_native_arch_checksum (d )}"
33
33
34
34
DEPENDS = "curl"
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ PV = "${SWIFT_VERSION}+git${SRCPV}"
12
12
SRCREV_FORMAT = "swift_libdispatch_stringproc_syntax"
13
13
14
14
SRC_URI = "\
15
- git://github.com/swiftlang/llvm-project.git;protocol=https;name=llvm-project;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=llvm-project; \
16
- git://github.com/swiftlang/swift.git;protocol=https;name=swift;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift; \
17
- git://github.com/swiftlang/swift-corelibs-libdispatch.git;protocol=https;name=libdispatch;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=libdispatch; \
18
- git://github.com/swiftlang/swift-experimental-string-processing.git;protocol=https;name=stringproc;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-experimental-string-processing; \
19
- git://github.com/swiftlang/swift-syntax.git;protocol=https;name=syntax;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1;destsuffix=swift-syntax; \
15
+ git://github.com/swiftlang/llvm-project.git;protocol=https;name=llvm-project;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=llvm-project; \
16
+ git://github.com/swiftlang/swift.git;protocol=https;name=swift;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift; \
17
+ git://github.com/swiftlang/swift-corelibs-libdispatch.git;protocol=https;name=libdispatch;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=libdispatch; \
18
+ git://github.com/swiftlang/swift-experimental-string-processing.git;protocol=https;name=stringproc;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-experimental-string-processing; \
19
+ git://github.com/swiftlang/swift-syntax.git;protocol=https;name=syntax;tag=${SWIFT_TAG} ;nobranch=1;destsuffix=swift-syntax; \
20
20
file://0001-add-arm-to-float16support-for-armv7.patch;striplevel=1; \
21
21
file://0002-build-with-64-bit-time_t-on-32-bit-platforms.patch;striplevel=1; \
22
22
"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require swift-version.inc
11
11
PV = "${SWIFT_VERSION} +git${SRCPV} "
12
12
SRCREV_FORMAT = "swift_testing"
13
13
14
- SRC_URI = "git://github.com/swiftlang/swift-testing.git;protocol=https;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1"
14
+ SRC_URI = "git://github.com/swiftlang/swift-testing.git;protocol=https;tag=${SWIFT_TAG} ;nobranch=1"
15
15
SRC_URI += "file://0001-build-as-dynamic-library.patch;striplevel=1;"
16
16
SRC_URI += "file://0002-order-limits.h-before-stdlib.h-to-workaround-for-gli.patch;striplevel=1;"
17
17
Original file line number Diff line number Diff line change 1
1
SWIFT_VERSION = "6.1.2"
2
+ SWIFT_TAG = "swift-${SWIFT_VERSION} -RELEASE"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1cd73afe3fb82e8d5c899b9d926451d0"
10
10
require swift -version . inc
11
11
PV = "${SWIFT_VERSION} +git${SRCPV} "
12
12
13
- SRC_URI = "git://github.com/swiftlang/swift-corelibs-xctest.git;protocol=https;tag=swift- ${SWIFT_VERSION} -RELEASE ;nobranch=1"
13
+ SRC_URI = "git://github.com/swiftlang/swift-corelibs-xctest.git;protocol=https;tag=${SWIFT_TAG} ;nobranch=1"
14
14
15
15
S = "${WORKDIR} /git"
16
16
B = "${WORKDIR} /build"
You can’t perform that action at this time.
0 commit comments