diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-28 08:47:28 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-28 16:53:13 -0800 |
commit | ba4968cb68ed53d0b7f246d13557391b001bac95 (patch) | |
tree | 5c967fa701d23ccd2d1e10f1d68f0ea92bd1b428 /meta-gnome | |
parent | c644bf389338bc6fe2eaa095d04e63456652636d (diff) | |
download | meta-openembedded-ba4968cb68ed53d0b7f246d13557391b001bac95.tar.gz |
gparted: upgrade 1.1.0 -> 1.2.0
GParted 1.2.0 (2021-01-25)
Release Notes
This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:
Add exFAT support using exfatprogs
Wait for udev change on /dev/DISK when erasing signatures
Don't try to mask non-existent Systemd \xe2\x97\x8f.service
Bug Fixes
Add exFAT support using exfatprogs (!30)
Fix gparted not launching when PS_FORMAT environment variable set (!54)
Wait for udev change on /dev/DISK when erasing signatures(#83, !55)
Raise minimum supported dosfstools to 3.0.18 (!57)
Fix formatting directive in it.po (!58)
Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
Fix GitLab CI job failures following Ubuntu docker image updates (!60)
Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
Set default alignment to cylinder for amiga partition table (#116, !63)
Don't try to mask non-existent Systemd \xe2\x97\x8f.service (#129, !64)
Code Credits
Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_1.2.0.bb (renamed from meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.2.0.bb index 3aaec3cdd..d0a499e6e 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_1.1.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_1.2.0.bb | |||
@@ -11,8 +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 | file://0001-Install-polkit-action-unconditionally-executable-pke.patch \ | 12 | file://0001-Install-polkit-action-unconditionally-executable-pke.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "0da45cb522d766dfb4886fb3bdbc2634" | 14 | SRC_URI[sha256sum] = "6c90715d254d7a7ec0208b29007b64160dd9fb7df4c4aa7f8ec2c9d23114c719" |
15 | SRC_URI[sha256sum] = "e2fe7b7afbc07e930491c00a05200c2682cc0576ca8f6da87245a000257f5924" | ||
16 | 15 | ||
17 | DEPENDS += " \ | 16 | DEPENDS += " \ |
18 | glib-2.0-native \ | 17 | glib-2.0-native \ |