mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
udisks2: upgrade 2.9.2 -> 2.9.3
Changes since 2.9.2: * Ignore "Extended Boot Loader" GPT partition * Use the mkfs command to format exfat partitions * udiskslinuxblockobject: Add safety checks for UDisksLinuxBlock interface * udiskslinuxfsinfo: Add dosfstools >= 4.2 quirks * udiskslinuxblock: Re-read partition table after creating FAT filesystem * udiskslinuxdriveata: Use GTask to apply configuration in a thread * udiskslinuxfilesystemhelpers: Fix leaking string in case g_mkdtemp() fails * udiskslinuxmdraidobject: Optimize unused data out from the g_io_channel_read_to_end() call * udiskslinuxmdraidobject: Handle source attach failure gracefully * udiskslinuxmanager: Trigger uevent on a newly created mdraid array * udiskslinuxswapspace: Trigger uevent after setting label * udiskslinuxblock: Handle missing parent device while looking up drive for block * modules: Limit module name to alphanumeric characters and -_ separators * tests: Mark Drive.ATA tests as unstable * tests: Handle missing /dev/disk/by-path gracefully * tests: Respect custom method call timeouts * tests: Extend iscsi method call timeouts * tests: Extend module tests with invalid characters * tests: Do not dist config_h.py * spec: Do not build udisks2-zram for any RHEL release * udiskslinuxpartition: Trigger uevent after changing partition type * dbus_tests: Fix including non-existing tests based on tags * Add (no)autodefrag to list of allowed btrfs mount options * udisksclient: Make get_block_for_drive deterministic * Fix two comments (one copy'o, one typo) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5b8cded34c
commit
7b672a3dfe
|
|
@ -17,8 +17,8 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
|||
|
||||
RDEPENDS:${PN} = "acl"
|
||||
|
||||
SRC_URI = "git://github.com/storaged-project/udisks.git;branch=master"
|
||||
SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030"
|
||||
SRC_URI = "git://github.com/storaged-project/udisks.git;branch=2.9.x-branch"
|
||||
SRCREV = "c430dd9a27e158693cc783e9ee91bf6e5b2a8819"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CVE_PRODUCT = "udisks"
|
||||
Loading…
Reference in New Issue
Block a user