[Buildroot] [PATCH v3 5/5] udisks: new package

Belisko Marek marek.belisko at gmail.com
Mon Jan 28 08:01:40 UTC 2013


Hi,

Any objections to this patch?

On Fri, Jan 18, 2013 at 11:08 PM, Marek Belisko
<marek.belisko at open-nandra.com> wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> Signed-off-by: Marek Belisko <marek.belisko at open-nandra.com>
> ---
>  package/Config.in        |    1 +
>  package/udisks/Config.in |   32 ++++++++++++++++++++++++++++++++
>  package/udisks/udisks.mk |   28 ++++++++++++++++++++++++++++
>  3 files changed, 61 insertions(+)
>  create mode 100644 package/udisks/Config.in
>  create mode 100644 package/udisks/udisks.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 7201d1d..d3e3c44 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -271,6 +271,7 @@ source "package/sysstat/Config.in"
>  source "package/ti-utils/Config.in"
>  source "package/uboot-tools/Config.in"
>  source "package/udev/Config.in"
> +source "package/udisks/Config.in"
>  source "package/usb_modeswitch/Config.in"
>  source "package/usb_modeswitch_data/Config.in"
>  source "package/usbmount/Config.in"
> diff --git a/package/udisks/Config.in b/package/udisks/Config.in
> new file mode 100644
> index 0000000..1637199
> --- /dev/null
> +++ b/package/udisks/Config.in
> @@ -0,0 +1,32 @@
> +config BR2_PACKAGE_UDISKS
> +       bool "udisks"
> +       depends on BR2_PACKAGE_UDEV
> +       depends on BR2_PACKAGE_DBUS
> +       select BR2_PACKAGE_SG3_UTILS
> +       select BR2_PACKAGE_UDEV_ALL_EXTRAS
> +       select BR2_PACKAGE_DBUS_GLIB
> +       select BR2_PACKAGE_POLKIT
> +       select BR2_PACKAGE_PARTED
> +       select BR2_PACKAGE_LVM2
> +       select BR2_PACKAGE_LIBATASMART
> +       help
> +         The udisks project provides
> +
> +          o A storage daemon that implements well-defined D-Bus
> +            interfaces that can be used to query and manipulate
> +            storage devices.
> +
> +          o a command-line tool, udisks(1), that can be used to query
> +            and use the daemon
> +
> +         http://www.freedesktop.org/wiki/Software/udisks
> +
> +config BR2_PACKAGE_UDISKS_LVM2
> +       bool "lvm2 support"
> +       depends on BR2_PACKAGE_UDISKS
> +       default n
> +       help
> +         With LVM2 support.
> +
> +comment "udisks requires udev and dbus to be enabled"
> +       depends on !BR2_PACKAGE_UDEV || !BR2_PACKAGE_DBUS
> diff --git a/package/udisks/udisks.mk b/package/udisks/udisks.mk
> new file mode 100644
> index 0000000..19f9da4
> --- /dev/null
> +++ b/package/udisks/udisks.mk
> @@ -0,0 +1,28 @@
> +#############################################################
> +#
> +# udisks
> +#
> +#############################################################
> +UDISKS_VERSION = 1.0.4
> +UDISKS_SITE    = http://hal.freedesktop.org/releases/
> +UDISKS_LICENCE = GPLv2+
> +UDISKS_LICENCE_FILES = COPYING
> +
> +UDISKS_DEPENDENCIES =  \
> +       sg3_utils       \
> +       host-pkgconf    \
> +       udev            \
> +       dbus            \
> +       dbus-glib       \
> +       polkit          \
> +       parted          \
> +       lvm2            \
> +       libatasmart
> +
> +UDISKS_CONF_OPT = --disable-remote-access --disable-gtk-doc
> +
> +ifeq ($(BR2_PACKAGE_UDISKS_LVM2),y)
> +UDISKS_CONF_OPT += --enable-lvm2
> +endif
> +
> +$(eval $(autotools-package))
> --
> 1.7.10.4
>

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com


More information about the buildroot mailing list