Skip to content

Commit a3fddbe

Browse files
Merge pull request #5 from MillerTechnologyPeru/trunk
Updated to Swift 5.7.1
2 parents 01cc3ae + e2595f5 commit a3fddbe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# meta-swift
2-
Yocto meta-layer for swift-on-arm (Swift 5.7)
2+
Yocto meta-layer for swift-on-arm (Swift 5.7.1)
33

44
# Usage
55

@@ -8,7 +8,7 @@ Add this meta layer to your project (refer to yocto user manual)
88
Create a new swift application and include it in your yocto build as follows...
99

1010
```
11-
DESCRIPTION = "My swift 5.7 app"
11+
DESCRIPTION = "My swift 5.7.1 app"
1212
LICENSE = "CLOSED"
1313
1414
SRC_URI = "file://Sources/hello-world/main.swift \
@@ -20,7 +20,7 @@ inherit swift
2020

2121
This does a few things, when you `inherit swift` meta-layer class, it will does the following...
2222

23-
- Automatically download the x86_64 and ARMv7 swift 5.7 binaries and create a cross-compiling sys-root
23+
- Automatically download the x86_64 and ARMv7 swift 5.7.1 binaries and create a cross-compiling sys-root
2424
- Add an RDEPENDS_${PN} for `swift` which is the Armv7 runtime
2525
- Performs the required build steps
2626

recipes-devtools/swift/swift-native.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PV = "${SWIFT_VERSION}"
99

1010
SRC_DIR = "swift-${PV}-RELEASE-ubuntu20.04"
1111
SRC_URI = "https://download.swift.org/swift-${PV}-release/ubuntu2004/swift-${PV}-RELEASE/swift-${PV}-RELEASE-ubuntu20.04.tar.gz"
12-
SRC_URI[sha256sum] = "b0fef7353367ddf7df3b25942ce5a00a3c4d11c8fc62c61abd712b061c5d1912"
12+
SRC_URI[sha256sum] = "b014975844beac5ab3a7f71420181f45d0a93243f9ea4853e6588c05cad1e363"
1313

1414
DEPENDS = "curl"
1515
RDEPENDS = "ncurses-native"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SWIFT_VERSION = "5.7"
1+
SWIFT_VERSION = "5.7.1"

0 commit comments

Comments
 (0)