mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] glib: version bump 2.62.2 -> 2.64.4 (latest stable)
Date: Mon, 03 Aug 2020 08:30:01 +0200	[thread overview]
Message-ID: <E1k2Tyz-0002Gf-V5@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200725191307.2424653-1-r.schwebel@pengutronix.de>

Thanks, applied as 935f837c9000d2680a81f02b976075f83393d5dc.

Michael

[sent from post-receive hook]

On Mon, 03 Aug 2020 08:30:01 +0200, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> The libmount option has changed from boolean to feature, so we need to
> provide enabled/disabled to meson.
> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> Message-Id: <20200725191307.2424653-1-r.schwebel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/glib.make b/rules/glib.make
> index f6e68a6928e2..fb8b25bd85e5 100644
> --- a/rules/glib.make
> +++ b/rules/glib.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
>  #
>  # Paths and names
>  #
> -GLIB_VERSION	:= 2.62.2
> -GLIB_MD5	:= bed3a70397a019965efac0c49f9c8164
> +GLIB_VERSION	:= 2.64.4
> +GLIB_MD5	:= 0a4f67e9a9d729976e2f797e36fc1a57
>  GLIB		:= glib-$(GLIB_VERSION)
>  GLIB_SUFFIX	:= tar.xz
>  GLIB_SOURCE	:= $(SRCDIR)/$(GLIB).$(GLIB_SUFFIX)
> @@ -44,7 +44,7 @@ GLIB_CONF_OPT	:= \
>  	-Diconv=libc \
>  	-Dinstalled_tests=false \
>  	-Dinternal_pcre=false \
> -	-Dlibmount=$(call ptx/truefalse, PTXCONF_GLIB_LIBMOUNT) \
> +	-Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
>  	-Dman=false \
>  	-Dnls=disabled \
>  	-Dselinux=disabled \
> diff --git a/rules/host-glib.make b/rules/host-glib.make
> index 443d6577a76e..49220bbc9265 100644
> --- a/rules/host-glib.make
> +++ b/rules/host-glib.make
> @@ -34,7 +34,7 @@ HOST_GLIB_CONF_OPT	:= \
>  	-Diconv=libc \
>  	-Dinstalled_tests=false \
>  	-Dinternal_pcre=false \
> -	-Dlibmount=false \
> +	-Dlibmount=disabled \
>  	-Dman=false \
>  	-Dnls=disabled \
>  	-Dselinux=disabled \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      parent reply	other threads:[~2020-08-03  6:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25 19:12 [ptxdist] [PATCH 1/9] " Robert Schwebel
2020-07-25 19:13 ` [ptxdist] [PATCH 2/9] libelf: version bump 0.176 -> 0.180 Robert Schwebel
2020-07-30 13:35   ` Michael Olbrich
2020-07-30 14:54     ` [ptxdist] [PATCHv2] " Robert Schwebel
2020-07-30 13:37   ` [ptxdist] [PATCH 2/9] " Michael Olbrich
2020-07-30 14:52     ` Robert Schwebel
2020-07-30 17:59       ` Michael Olbrich
2020-07-30 19:00         ` [ptxdist] [PATCHv3] " Robert Schwebel
2020-08-03  6:30           ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 3/9] networkmanager: version bump 1.22.10 -> 1.26.0 (latest stable) Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 4/9] libtasn1: version bump 4.13 -> 4.16.0 Robert Schwebel
2020-07-30 13:36   ` Michael Olbrich
2020-07-30 14:47     ` [ptxdist] [PATCH] " Robert Schwebel
2020-08-03  6:30       ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 5/9] libusb: version bump 1.0.22 -> 1.0.23 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 6/9] dbus: version bump 1.12.10 -> 1.12.20 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 7/9] libpcre: version bump 8.43 -> 8.44 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 8/9] libcap: version bump 2.36 -> 2.41 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 9/9] e2fsprogs: version bump 1.44.4 -> 1.44.6 Robert Schwebel
2020-08-03  6:30   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-03  6:30 ` Michael Olbrich [this message]

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=E1k2Tyz-0002Gf-V5@dude02.hi.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=r.schwebel@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox