eb251b3008
The application library (liblvm2app) has been dropped since version 2.03.00 and0d22b58172
It should be noted that lvm2 support must be dropped from udisks until a bump to at least version 2.7.0 and4c0709a893
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: - slightly expand help text for legacy BR2_PACKAGE_UDISKS_LVM2 ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
30 lines
652 B
Makefile
30 lines
652 B
Makefile
################################################################################
|
|
#
|
|
# udisks
|
|
#
|
|
################################################################################
|
|
|
|
UDISKS_VERSION = 1.0.5
|
|
UDISKS_SITE = http://hal.freedesktop.org/releases
|
|
UDISKS_LICENSE = GPL-2.0+
|
|
UDISKS_LICENSE_FILES = COPYING
|
|
UDISKS_CPE_ID_VENDOR = freedesktop
|
|
# For 0002-Fix-systemd-service-file.patch
|
|
UDISKS_AUTORECONF = YES
|
|
|
|
UDISKS_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
dbus \
|
|
dbus-glib \
|
|
libatasmart \
|
|
libgudev \
|
|
lvm2 \
|
|
parted \
|
|
polkit \
|
|
sg3_utils \
|
|
udev
|
|
|
|
UDISKS_CONF_OPTS = --disable-remote-access --disable-man-pages --disable-lvm2
|
|
|
|
$(eval $(autotools-package))
|