mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
udisks2: upgrade 2.8.1 -> 2.8.2
>From release shortlog [1]: | The 2.8.2 release brings mostly bugfixes without any changes to the public API. Notable changes include: | | * migration from intltool to gettext, udisks no longer depends on gnome-common | * added 'windows_names' as a default mount option for ntfs-3g | * fixed an issue potentially leading to open filedescriptors exhaustion OE-Notes: * Follow changes mentioned in announcement * Rename recipe and move PV into recipe [1] https://github.com/storaged-project/udisks/releases Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+9
-4
@@ -10,8 +10,6 @@ DEPENDS = " \
|
|||||||
dbus-glib \
|
dbus-glib \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
libblockdev \
|
libblockdev \
|
||||||
intltool-native \
|
|
||||||
gnome-common-native \
|
|
||||||
libxslt-native \
|
libxslt-native \
|
||||||
"
|
"
|
||||||
DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
@@ -22,17 +20,24 @@ SRC_URI = " \
|
|||||||
git://github.com/storaged-project/udisks.git;branch=master \
|
git://github.com/storaged-project/udisks.git;branch=master \
|
||||||
file://non-gnu-libc.patch \
|
file://non-gnu-libc.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "05ae471be3c2adf2255b3a01edb00bba06e02afb"
|
PV = "2.8.2"
|
||||||
|
SRCREV = "7a787aa3b340fc7f1ca72d748635d6c5445edc58"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
CVE_PRODUCT = "udisks"
|
CVE_PRODUCT = "udisks"
|
||||||
|
|
||||||
inherit autotools systemd gtk-doc gobject-introspection distro_features_check
|
inherit autotools systemd gtk-doc gobject-introspection gettext distro_features_check
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-man --disable-gtk-doc"
|
EXTRA_OECONF = "--disable-man --disable-gtk-doc"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
# | configure.ac:656: error: required file 'build-aux/config.rpath' not found
|
||||||
|
mkdir -p ${S}/build-aux
|
||||||
|
touch ${S}/build-aux/config.rpath
|
||||||
|
}
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES_${PN} += " \
|
||||||
${datadir}/dbus-1/ \
|
${datadir}/dbus-1/ \
|
||||||
${datadir}/polkit-1 \
|
${datadir}/polkit-1 \
|
||||||
Reference in New Issue
Block a user