From 11df21d7e4df681d50a93fac97a775007b3a486e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 19 Feb 2024 17:02:16 +0800 Subject: [PATCH] ostree: upgrade 2024.1 -> 2024.3 Changelog: =========== -prepare-root: Unify root.transient with composefs -libostree: write selinux xattr when on non-selinux systems -ostree.repo-config(5): Fix a typo -Expose MOUNT_ATTR_IDMAP detection result to C code -docs/atomic-rollbacks: Add a section on rollbacks Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../ostree/{ostree_2024.1.bb => ostree_2024.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/ostree/{ostree_2024.1.bb => ostree_2024.3.bb} (98%) diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.1.bb b/meta-oe/recipes-extended/ostree/ostree_2024.3.bb similarity index 98% rename from meta-oe/recipes-extended/ostree/ostree_2024.1.bb rename to meta-oe/recipes-extended/ostree/ostree_2024.3.bb index d4ad765c08..07dedc8b81 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.1.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.3.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] = "152327fe804512d4f896fb9b9e9cdc84ad9b4c0b205b8625472147d5a28164af" +SRC_URI[sha256sum] = "5e0daaaa70772bfa00bd3d0c25d11f7c1f6d41a996708fad8bf9941f0a36bc8d" S = "${WORKDIR}/libostree-${PV}"