diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-10 08:45:36 -0800 |
| commit | f1eb45425a3fb976dcede29d369abe19c105a53b (patch) | |
| tree | 2ceb3f9bda3ac599b5b00a8cfd218627df4b9dd1 | |
| parent | db8160c0d9c09cc4908f01fda092c5332e6cd53c (diff) | |
| download | meta-openembedded-f1eb45425a3fb976dcede29d369abe19c105a53b.tar.gz | |
gparted: upgrade 1.6.0 -> 1.7.0
Changelog:
===========
* Recognise NBDs (Network Block Devices)
* Add support for Bcachefs (experimental), single device file systems only
* Prevent GParted probe starting LVM Volume Groups
* Increase minimum required version of libparted to 3.2
* Update CI jobs for Ubuntu 24.04 LTS and use Rocky Linux 8
* Read exFAT file system usage from exfatprogs >= 1.2.3
* Fix serial number for my USB key showing binary data
* Add support for Bcachefs, single device file systems only
* Prevent GParted probe starting LVM Volume Groups
* Fix hang searching partitions when btrfs-progs not installed
* Increase minimum required version of libparted to 3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb (renamed from meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb index ab2890679a..ec221a140f 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_1.7.0.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 | " |
| 14 | SRC_URI[sha256sum] = "9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b" | 14 | SRC_URI[sha256sum] = "84ae3b9973e443a2175f07aa0dc2aceeadb1501e0f8953cec83b0ec3347b7d52" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/" | 16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/" |
| 17 | UPSTREAM_CHECK_REGEX = "gparted-(?P<pver>\d+\.(\d+)+(\.\d+)+)" | 17 | UPSTREAM_CHECK_REGEX = "gparted-(?P<pver>\d+\.(\d+)+(\.\d+)+)" |
