summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:55:45 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-26 07:43:38 -0700
commitf355b76315a9fb630dc181815514238b6fc85a44 (patch)
treef09b1852914b42e3112c7362cd407e731c160bd9
parentbb4da74359bb6f2ac94b66000ae35ca6a9d44dbd (diff)
downloadmeta-openembedded-f355b76315a9fb630dc181815514238b6fc85a44.tar.gz
gparted: upgrade 1.8.0 -> 1.8.1
Changelog: ============ * Implement blkid false detection of whole disk ZFS workaround * Replace use of new[]ed char buffer with vector * Implement blkid false detection of whole disk ZFS workaround Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-extended/gparted/gparted_1.8.1.bb (renamed from meta-gnome/recipes-extended/gparted/gparted_1.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.8.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.8.1.bb
index dec9ea01ae..b8c5587651 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_1.8.0.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_1.8.1.bb
@@ -11,7 +11,7 @@ SRC_URI = " \
11 ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ 11 ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
12 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'file://0001-Install-polkit-action-unconditionally-executable-pke.patch', '', d)} \ 12 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'file://0001-Install-polkit-action-unconditionally-executable-pke.patch', '', d)} \
13" 13"
14SRC_URI[sha256sum] = "f584ed4be7fd09c2cf6a784778a8540970d985f0ac8e5a7bd0628528a3ab5609" 14SRC_URI[sha256sum] = "67388ac405f9fe92a40636cb03b0e1e0bb6403ad89ccc174b2ff190ef6f32349"
15 15
16UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/" 16UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/"
17UPSTREAM_CHECK_REGEX = "gparted-(?P<pver>\d+\.(\d+)+(\.\d+)+)" 17UPSTREAM_CHECK_REGEX = "gparted-(?P<pver>\d+\.(\d+)+(\.\d+)+)"