From: Wang Mingyu <[email protected]> Changelog: =========== - deploy: Don't recompute verity checksums if not enabled - prepare-root: allow sysroot.readonly=true with kernel cmdline ro - rust-bindings: Fix readthedocs.io link - curl: Add more assertions for curl return values - checkout: Add commentary around whiteout "quoting" - commit: Give a better error message for unhandled file type - deploy: Don't copy xattrs for devicetree - tests: Skip checking for immutable bit on composefs - tests: Work around GPG 2.2.45 error behaviour when revoking an expired key - checkout: Only verify digest if repo requires fsverity - prepare-root: Fix composefs docs
Signed-off-by: Wang Mingyu <[email protected]> --- .../ostree/{ostree_2024.8.bb => ostree_2024.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/ostree/{ostree_2024.8.bb => ostree_2024.9.bb} (98%) diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.8.bb b/meta-oe/recipes-extended/ostree/ostree_2024.9.bb similarity index 98% rename from meta-oe/recipes-extended/ostree/ostree_2024.8.bb rename to meta-oe/recipes-extended/ostree/ostree_2024.9.bb index 4fd7a1417..863d8e46a 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.8.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.9.bb @@ -22,7 +22,7 @@ GITHUB_BASE_URI = "https://github.com/ostreedev/ostree/releases" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "e2136e116669f114ff7349f12e299f63c0bece733451649414a8dcd85b863c3f" +SRC_URI[sha256sum] = "4356170ec5f7a09428b6add77e2c6f31d4049ab765ee67cf929bfa3b750d3e1b" S = "${WORKDIR}/libostree-${PV}" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113875): https://lists.openembedded.org/g/openembedded-devel/message/113875 Mute This Topic: https://lists.openembedded.org/mt/109641295/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
