mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
db8160c0d9
commit
f1eb45425a
|
|
@ -11,7 +11,7 @@ SRC_URI = " \
|
|||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'file://0001-Install-polkit-action-unconditionally-executable-pke.patch', '', d)} \
|
||||
"
|
||||
SRC_URI[sha256sum] = "9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b"
|
||||
SRC_URI[sha256sum] = "84ae3b9973e443a2175f07aa0dc2aceeadb1501e0f8953cec83b0ec3347b7d52"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/"
|
||||
UPSTREAM_CHECK_REGEX = "gparted-(?P<pver>\d+\.(\d+)+(\.\d+)+)"
|
||||
Loading…
Reference in New Issue
Block a user