mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
23 lines
695 B
BlitzBasic
23 lines
695 B
BlitzBasic
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 \
|
|
file://optional-depends.patch"
|
|
|
|
inherit autotools
|
|
|
|
FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
|
|
${datadir}/dbus-1/ \
|
|
${datadir}/polkit-1 \
|
|
${base_libdir}/udev/* \
|
|
"
|
|
|
|
FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
|
|
|
|
|
|
|