All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegorslists@googlemail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/libgudev: bump to version 236
Date: Tue, 20 Jul 2021 08:08:14 +0200	[thread overview]
Message-ID: <CAGm1_kvvPG7oLBUL5vZJu4RGiW1fVSLWtZiKMcJT43KPrpKxEA@mail.gmail.com> (raw)
In-Reply-To: <20210718195712.3287050-2-fontaine.fabrice@gmail.com>

On Sun, Jul 18, 2021 at 9:58 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> - 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>

> ---
>  package/libgudev/libgudev.hash |  6 +++---
>  package/libgudev/libgudev.mk   | 10 +++++-----
>  2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/package/libgudev/libgudev.hash b/package/libgudev/libgudev.hash
> index bee394601e..1040ffb0c0 100644
> --- a/package/libgudev/libgudev.hash
> +++ b/package/libgudev/libgudev.hash
> @@ -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
> diff --git a/package/libgudev/libgudev.mk b/package/libgudev/libgudev.mk
> index 9aa64c2c22..eabd446d7b 100644
> --- a/package/libgudev/libgudev.mk
> +++ b/package/libgudev/libgudev.mk
> @@ -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))
> --
> 2.30.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2021-07-20  6:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-18 19:57 [Buildroot] [PATCH 1/2] package/libgudev: add gobject-introspection optional dependency Fabrice Fontaine
2021-07-18 19:57 ` [Buildroot] [PATCH 2/2] package/libgudev: bump to version 236 Fabrice Fontaine
2021-07-20  6:08   ` Yegor Yefremov [this message]
2021-07-20  6:07 ` [Buildroot] [PATCH 1/2] package/libgudev: add gobject-introspection optional dependency Yegor Yefremov
2021-07-21 21:54 ` Thomas Petazzoni
2021-08-04 18:06 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGm1_kvvPG7oLBUL5vZJu4RGiW1fVSLWtZiKMcJT43KPrpKxEA@mail.gmail.com \
    --to=yegorslists@googlemail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.