aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-24 14:01:17 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-24 14:01:17 +0200
commit7a364f8abc8090f662c7dccc21a7f389e54369f3 (patch)
tree8a0339337482040cc124c4fc15002ce94481fe1b /meta-oe/recipes-support/udisks/udisks_1.0.4.bb
parenta8068cb238cf834869becf788ca6e93ebbbd608a (diff)
downloadmeta-openembedded-contrib-7a364f8abc8090f662c7dccc21a7f389e54369f3.tar.gz
udisks: update to 1.0.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/udisks/udisks_1.0.4.bb')
-rw-r--r--meta-oe/recipes-support/udisks/udisks_1.0.4.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
new file mode 100644
index 0000000000..099ff8fc9f
--- /dev/null
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "A storage daemon that implements well-defined D-Bus interfaces that can be used to query and manipulate storage devices."
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=73d83aebe7e4b62346afde80e0e94273"
+
+DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0"
+# optional dependencies: device-mapper parted
+
+SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
+ file://optional-depends.patch"
+
+SRC_URI[udisks.md5sum] = "86c63b2b5484f2060499a052b5b6256b"
+SRC_URI[udisks.sha256sum] = "854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5"
+
+inherit autotools
+
+# No docbook-xsl-native recipe available
+EXTRA_OECONF = "--enable-man-pages=no"
+
+FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
+ ${datadir}/dbus-1/ \
+ ${datadir}/polkit-1 \
+ ${base_libdir}/udev/* \
+"
+
+FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
+
+