mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
udisks2: upgrade 2.9.1 -> 2.9.2 / replace '_git' by version in recipe-name
This is a bugfix release, notable changes include: * the /etc/fstab "noauto" mount option is now reflected in the org.freedesktop.UDisks2.Block.HintAuto property * security: the recursive org.freedesktop.UDisks2.Filesystem.TakeOwnership() method call is now less prone to race conditions * (e)MMC block devices are now always marked as non-removable and non-ejectable * missing /etc/crypttab is now handled gracefully when adding or removing entries * loop device setup fixes for recent kernels Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-5
@@ -17,11 +17,8 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
|
||||
RDEPENDS_${PN} = "acl"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/storaged-project/udisks.git;branch=master \
|
||||
"
|
||||
PV = "2.9.1"
|
||||
SRCREV = "95444ab6bf2b8d8c205b540dded4029fcb15f91b"
|
||||
SRC_URI = "git://github.com/storaged-project/udisks.git;branch=master"
|
||||
SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CVE_PRODUCT = "udisks"
|
||||
Reference in New Issue
Block a user