summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-25 14:57:20 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:57:47 -0700
commit8fd5138a0b1448b5217200182f1b5445c04b96ec (patch)
treefc6aba3ca72e96473965c6e43b800bd7a7091688 /meta-oe
parent2b4797dbdd491085e1bf4c0de553e1809c66ef19 (diff)
downloadmeta-openembedded-8fd5138a0b1448b5217200182f1b5445c04b96ec.tar.gz
ostree: upgrade 2023.2 -> 2023.3
Changelog: ========== configure: post-release version bump treegen: Require at least one mutation ci: Turn off errors for deprecated-declarations ci: Drop workaround for fedora-release-container rust: Bump MSRV to 1.64 build-sys: Squash automake conditional warning re '.PHONY' Add clang formatting infrastructure lib: clang-format 'ostree.h' tree-wide: Fix various include ordering issues lib: Fix one include clang-format: Don't align backslashes tree-wide: Run clang-format ci: Validate clang-format tests/inst: Add xshell and use it in one place tests: Ensure real GIO backends aren't used ci: Add test configuration with soup3 fetcher/soup3: Rewrite without threads fetcher: add libsoup3 backend lib/sysroot-cleanup: Convert bootdir listing to dfd-relative lib/sysroot-cleanup: Make some static utility functions global lib/sysroot-cleanup: Drop dead code lib/sysroot-cleanup: Factor out bootfs cleanup lib/sysroot-cleanup: Make bootfs cleanup function global libotutil: add utility functions for calculating directory size lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization tests/kola: delete unused .gitignore tests/kolainst: Add 'make localinstall' lib/sysroot-deploy: Add experimental support for automatic early prune configure: post-release version bump lib/fetcher: Add some debugging messages to the libsoup request path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2023.3.bb (renamed from meta-oe/recipes-extended/ostree/ostree_2023.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2023.2.bb b/meta-oe/recipes-extended/ostree/ostree_2023.3.bb
index 7eeb77474f..3129dc1140 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2023.2.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2023.3.bb
@@ -23,7 +23,7 @@ SRC_URI = " \
23 ${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ 23 ${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
24 file://run-ptest \ 24 file://run-ptest \
25" 25"
26SRC_URI[sha256sum] = "ceb0788755a0bff5738d44543552fbf883cf71df481baa3ca7288da7a402bb85" 26SRC_URI[sha256sum] = "9c575a094da2c307769f0aee15de95470c3b5550cbff211fbbc4f6fc75f333b1"
27 27
28S = "${WORKDIR}/libostree-${PV}" 28S = "${WORKDIR}/libostree-${PV}"
29 29