[Buildroot] [git commit] package/libostree: bump to version 2022.4

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jul 5 20:17:12 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=dedc1b71d90b56d98ee56f36f69f81cf23f18d5f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Marcus Folkesson <marcus.folkesson at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 ...deploy-add-a-missing-include-for-stdint-h.patch | 24 ----------------------
 package/libostree/libostree.hash                   |  2 +-
 package/libostree/libostree.mk                     |  2 +-
 3 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/package/libostree/0001-lib-ostree-sysroot-deploy-add-a-missing-include-for-stdint-h.patch b/package/libostree/0001-lib-ostree-sysroot-deploy-add-a-missing-include-for-stdint-h.patch
deleted file mode 100644
index 35f92c37ff..0000000000
--- a/package/libostree/0001-lib-ostree-sysroot-deploy-add-a-missing-include-for-stdint-h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 4b7fc4f1e90bbeac89d2f939cde3070e69b4787a Mon Sep 17 00:00:00 2001
-From: Luca BRUNO <luca.bruno at coreos.com>
-Date: Fri, 6 May 2022 10:07:23 +0000
-Subject: [PATCH] lib/ostree-sysroot-deploy: add a missing include for stdint.h
-
-[Retrieved from:
-https://github.com/ostreedev/ostree/commit/4b7fc4f1e90bbeac89d2f939cde3070e69b4787a]
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
----
- src/libostree/ostree-sysroot-deploy.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c
-index 404f336fb5..96cc07531e 100644
---- a/src/libostree/ostree-sysroot-deploy.c
-+++ b/src/libostree/ostree-sysroot-deploy.c
-@@ -22,6 +22,7 @@
- #include <gio/gunixinputstream.h>
- #include <gio/gunixoutputstream.h>
- #include <glib-unix.h>
-+#include <stdint.h>
- #include <sys/mount.h>
- #include <sys/statvfs.h>
- #include <sys/socket.h>
diff --git a/package/libostree/libostree.hash b/package/libostree/libostree.hash
index 0395c1247d..d85b82f35c 100644
--- a/package/libostree/libostree.hash
+++ b/package/libostree/libostree.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  b823fd9dcd5503c5caf9febde24b0ed63ff46ca95188032ac567a2a95624f612  libostree-2022.3.tar.xz
+sha256  14bbd351a95066f68c3b283e0bd0ddd03562e862af66f6f6d894c6c328d7eb81  libostree-2022.4.tar.xz
 sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index 75485a79e0..3210ed3707 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBOSTREE_VERSION = 2022.3
+LIBOSTREE_VERSION = 2022.4
 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
 LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION)
 



More information about the buildroot mailing list