Skip to content

Commit

Permalink
Merge pull request #229 from Livius90/master
Browse files Browse the repository at this point in the history
dotnet: update v6.0.423 -> v6.0.424, v8.0.301 -> v8.0.303
  • Loading branch information
ajlennon committed Jul 12, 2024
2 parents b6b0937 + a843c7e commit ed27236
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
options: --privileged --platform linux/amd64 -v /dev/net/tun:/dev/net/tun -v /dev/kvm:/dev/kvm
strategy:
matrix:
dotnet_version: [8.0.301, 6.0.423]
dotnet_version: [8.0.303, 6.0.424]
mono_version: [6.12.0.182]
branch: [scarthgap]
arch: [x86-64, arm, arm64]
Expand Down
11 changes: 3 additions & 8 deletions recipes-mono/dotnet/dotnet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ COMPATIBLE_HOST ?= "(x86_64|aarch64|arm).*-linux"
DEPENDS = "patchelf-native"

#FIXME add lttng-ust as soon as dotnet core supports liblttng-ust.so.1
RDEPENDS:${PN} = "\
icu \
libgssapi-krb5 \
zlib \
"

RDEPENDS:${PN}:remove:class-native = "libgssapi-krb5"
RDEPENDS:${PN}:remove:class-nativesdk = "libgssapi-krb5"
RDEPENDS:${PN}:class-target = "icu zlib libgssapi-krb5"
RDEPENDS:${PN}:class-native = "icu zlib"
RDEPENDS:${PN}:class-nativesdk = "icu zlib"

PR = "r0"

Expand Down
12 changes: 0 additions & 12 deletions recipes-mono/dotnet/dotnet_6.0.423.bb

This file was deleted.

12 changes: 12 additions & 0 deletions recipes-mono/dotnet/dotnet_6.0.424.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require dotnet.inc

DOTNET_RUNTIME_VERSION = "6.0.32"

SRC_FETCH_ID:aarch64 = "5f4b8e71-b03a-45cb-9a81-3cfcb51ef346/eb9509f0a061be1106689c1fbf5d5169"
SRC_SHA512SUM:aarch64 = "6a24dcad251016aa82ea11d3c665b250d5f86e7f8a82a6ec0f01d250e9cd671fd0746812757c023f28d4929248d326b2a5dc13ede8d5b5486671ea1452954aed"

SRC_FETCH_ID:arm = "500addd2-cfbf-49b4-b09f-e497f93331a4/e096ebc13bba6a9f6890588c5f617cae"
SRC_SHA512SUM:arm = "671c39af0b0fa658b2c55b32923b90122074e0cff3070588134d50625ac0dc52c9abb93e5c872b7c84231128d5ef8aa213133df7fba552bd9aefb8e83f93e778"

SRC_FETCH_ID:x86-64 = "e94bb674-1fb1-4966-b2f0-bc9055ea33fc/428b37dee8ffb641fd1e45b401b2994c"
SRC_SHA512SUM:x86-64 = "e9823aa2ad261199f8289fde8721931c1e4d47357b4973b8c7d34c12abd440bb932064ac151b0e0d7b3d5b72a5dfe3f20d5dafa19e6f56f1a61ad54b7de5e584"
12 changes: 0 additions & 12 deletions recipes-mono/dotnet/dotnet_8.0.301.bb

This file was deleted.

12 changes: 12 additions & 0 deletions recipes-mono/dotnet/dotnet_8.0.303.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require dotnet.inc

DOTNET_RUNTIME_VERSION = "8.0.7"

SRC_FETCH_ID:aarch64 = "4bfdbe1a-e1f9-4535-8da6-6e1e7ea0994c/b110641d008b36dded561ff2bdb0f793"
SRC_SHA512SUM:aarch64 = "09cb6b12770febe186e36971afdbcea6e8bf5fb34b7701cd8c416f597d3b7e930d05e51ccef1985e5598291540ef2d721187904587469300bb39772317e2be5c"

SRC_FETCH_ID:arm = "9e0bdcde-1878-4351-883a-c0adbb570bba/156df738634f710dad131e993fc0f48a"
SRC_SHA512SUM:arm = "03b3730d1fd5e1955b8a23e69695c975e88e781513b1f47027ce4ed96a8743ba2560ca87ae2e937ebd89ef69a3aa05c4ca2f39eede5a27bd937775f372b9feba"

SRC_FETCH_ID:x86-64 = "60218cc4-13eb-41d5-aa0b-5fd5a3fb03b8/6c42bee7c3651b1317b709a27a741362"
SRC_SHA512SUM:x86-64 = "814ff07ccdfc8160c4a24adfda6c815e7feace88c59722f827a5a27041719067538754911fc15cb46978e16566fe0938695891723d182055190e876131faedda"

0 comments on commit ed27236

Please sign in to comment.