From 51e459bad95ef6a58f361b73b64b952007c85046 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 6 May 2015 18:10:46 +0200 Subject: udisks2: add recipe for 2.1.5 version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tests: * Build & run along with udisks on xfce based image * Tested automount on kde plasma desktop * udisks2: disable manpage creation | I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" | cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-support/udisks/udisks2_2.1.5.bb | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-oe/recipes-support/udisks/udisks2_2.1.5.bb (limited to 'meta-oe/recipes-support/udisks') diff --git a/meta-oe/recipes-support/udisks/udisks2_2.1.5.bb b/meta-oe/recipes-support/udisks/udisks2_2.1.5.bb new file mode 100644 index 0000000000..4ff6687a38 --- /dev/null +++ b/meta-oe/recipes-support/udisks/udisks2_2.1.5.bb @@ -0,0 +1,31 @@ +SUMMARY = "udisks provides dbus interfaces for disks and storage devices" +LICENSE = "GPLv2+ & LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=dd79f6dbbffdbc8e86b086a8f0c0ef43" + +DEPENDS = "libatasmart polkit udev dbus-glib glib-2.0 intltool-native gnome-common-native" + +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" + +SRC_URI = "http://udisks.freedesktop.org/releases/udisks-${PV}.tar.bz2" +SRC_URI[md5sum] = "73632501002e6de8244f831e38b2b98e" +SRC_URI[sha256sum] = "2cfcf560447ea44cba2a683342c7062aaaf35e4eb554bed64ac2dd55a70a5fb6" + +inherit autotools systemd gtk-doc + +S = "${WORKDIR}/udisks-${PV}" + +EXTRA_OECONF = "--disable-introspection --disable-man" + +FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \ + ${datadir}/dbus-1/ \ + ${datadir}/polkit-1 \ + ${base_libdir}/udev/* \ +" + +PACKAGES =+ "${PN}-libs" + +FILES_${PN} += "${datadir}/bash-completion" +FILES_${PN}-libs = "${libdir}/lib*${SOLIBS}" + +SYSTEMD_SERVICE_${PN} = "${BPN}.service" +SYSTEMD_AUTO_ENABLE = "disable" -- cgit 1.2.3-korg