package/libgudev: bump to version 236

- Switch to meson-package
- Update indentation in hash file (two spaces)

https://gitlab.gnome.org/GNOME/libgudev/-/blob/236/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-07-18 21:57:12 +02:00 committed by Thomas Petazzoni
parent 99278e5208
commit 83e70c2893
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# From http://ftp.gnome.org/pub/GNOME/sources/libgudev/233/libgudev-233.sha256sum
sha256 587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03 libgudev-233.tar.xz
# From http://ftp.gnome.org/pub/GNOME/sources/libgudev/236/libgudev-236.sha256sum
sha256 e50369d06d594bae615eb7aeb787de304ebaad07a26d1043cef8e9c7ab7c9524 libgudev-236.tar.xz
# Hash for license file:
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING

View File

@ -4,20 +4,20 @@
#
################################################################################
LIBGUDEV_VERSION = 233
LIBGUDEV_VERSION = 236
LIBGUDEV_SOURCE = libgudev-$(LIBGUDEV_VERSION).tar.xz
LIBGUDEV_SITE = http://ftp.gnome.org/pub/GNOME/sources/libgudev/$(LIBGUDEV_VERSION)
LIBGUDEV_INSTALL_STAGING = YES
LIBGUDEV_DEPENDENCIES = host-pkgconf udev libglib2
LIBGUDEV_LICENSE = LGPL-2.1+
LIBGUDEV_LICENSE_FILES = COPYING
LIBGUDEV_CONF_OPTS = --disable-umockdev
LIBGUDEV_CONF_OPTS = -Dtests=disabled -Dvapi=disabled
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
LIBGUDEV_CONF_OPTS += --enable-introspection
LIBGUDEV_CONF_OPTS += -Dintrospection=enabled
LIBGUDEV_DEPENDENCIES += gobject-introspection
else
LIBGUDEV_CONF_OPTS += --disable-introspection
LIBGUDEV_CONF_OPTS += -Dintrospection=disabled
endif
$(eval $(autotools-package))
$(eval $(meson-package))