mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/9] glib: version bump 2.62.2 -> 2.64.4 (latest stable)
@ 2020-07-25 19:12 Robert Schwebel
  2020-07-25 19:13 ` [ptxdist] [PATCH 2/9] libelf: version bump 0.176 -> 0.180 Robert Schwebel
                   ` (8 more replies)
  0 siblings, 9 replies; 26+ messages in thread
From: Robert Schwebel @ 2020-07-25 19:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

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>
---
 rules/glib.make      | 6 +++---
 rules/host-glib.make | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/glib.make b/rules/glib.make
index f6e68a692..fb8b25bd8 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 443d6577a..49220bbc9 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 \
-- 
2.27.0


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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-08-03  6:30 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 19:12 [ptxdist] [PATCH 1/9] glib: version bump 2.62.2 -> 2.64.4 (latest stable) 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 ` [ptxdist] [APPLIED] glib: version bump 2.62.2 -> 2.64.4 (latest stable) Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox