All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7
@ 2019-09-06 18:03 aduskett at gmail.com
  2019-09-07 12:32 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: aduskett at gmail.com @ 2019-09-06 18:03 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/libglib2/0003-remove-cpp-requirement.patch | 2 +-
 package/libglib2/libglib2.hash                     | 2 +-
 package/libglib2/libglib2.mk                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libglib2/0003-remove-cpp-requirement.patch b/package/libglib2/0003-remove-cpp-requirement.patch
index f418369476..444ed2464c 100644
--- a/package/libglib2/0003-remove-cpp-requirement.patch
+++ b/package/libglib2/0003-remove-cpp-requirement.patch
@@ -35,7 +35,7 @@ index c96289a..b694bb7 100644
 @@ -1,4 +1,4 @@
 -project('glib', 'c', 'cpp',
 +project('glib', 'c',
-   version : '2.60.6',
+   version : '2.60.7',
    meson_version : '>= 0.48.0',
    default_options : [
 @@ -9,7 +9,6 @@ project('glib', 'c', 'cpp',
diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
index ee8bd5bd6d..39d880ee1d 100644
--- a/package/libglib2/libglib2.hash
+++ b/package/libglib2/libglib2.hash
@@ -1,4 +1,4 @@
 # https://download.gnome.org/sources/glib/2.60/glib-2.60.6.sha256sum
-sha256  ff8fab8d8deaa4fd0536c90f90d9769a09071779c7e6183907f6855645bffb6c  glib-2.60.6.tar.xz
+sha256  8b12c0af569afd3b71200556ad751bad4cf4bf7bc4b5f880638459a42ca86310  glib-2.60.7.tar.xz
 # License files, locally calculated
 sha256	dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 4f8de31e99..f2f752851a 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBGLIB2_VERSION_MAJOR = 2.60
-LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).6
+LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).7
 LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
 LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
 LIBGLIB2_LICENSE = LGPL-2.1+
-- 
2.21.0

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

* [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7
  2019-09-06 18:03 [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7 aduskett at gmail.com
@ 2019-09-07 12:32 ` Thomas Petazzoni
  2019-09-10  3:06 ` Matthew Weber
  2019-09-17 20:16 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-09-07 12:32 UTC (permalink / raw)
  To: buildroot

On Fri,  6 Sep 2019 11:03:13 -0700
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/libglib2/0003-remove-cpp-requirement.patch | 2 +-
>  package/libglib2/libglib2.hash                     | 2 +-
>  package/libglib2/libglib2.mk                       | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7
  2019-09-06 18:03 [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7 aduskett at gmail.com
  2019-09-07 12:32 ` Thomas Petazzoni
@ 2019-09-10  3:06 ` Matthew Weber
  2019-09-17 20:16 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Matthew Weber @ 2019-09-10  3:06 UTC (permalink / raw)
  To: buildroot

Adam,


On Fri, Sep 6, 2019 at 1:03 PM <aduskett@gmail.com> wrote:
>
> From: Adam Duskett <Aduskett@gmail.com>
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/libglib2/0003-remove-cpp-requirement.patch | 2 +-
>  package/libglib2/libglib2.hash                     | 2 +-
>  package/libglib2/libglib2.mk                       | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/libglib2/0003-remove-cpp-requirement.patch b/package/libglib2/0003-remove-cpp-requirement.patch
> index f418369476..444ed2464c 100644
> --- a/package/libglib2/0003-remove-cpp-requirement.patch
> +++ b/package/libglib2/0003-remove-cpp-requirement.patch
> @@ -35,7 +35,7 @@ index c96289a..b694bb7 100644
>  @@ -1,4 +1,4 @@
>  -project('glib', 'c', 'cpp',
>  +project('glib', 'c',
> -   version : '2.60.6',
> +   version : '2.60.7',
>     meson_version : '>= 0.48.0',
>     default_options : [
>  @@ -9,7 +9,6 @@ project('glib', 'c', 'cpp',
> diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
> index ee8bd5bd6d..39d880ee1d 100644
> --- a/package/libglib2/libglib2.hash
> +++ b/package/libglib2/libglib2.hash
> @@ -1,4 +1,4 @@
>  # https://download.gnome.org/sources/glib/2.60/glib-2.60.6.sha256sum
> -sha256  ff8fab8d8deaa4fd0536c90f90d9769a09071779c7e6183907f6855645bffb6c  glib-2.60.6.tar.xz
> +sha256  8b12c0af569afd3b71200556ad751bad4cf4bf7bc4b5f880638459a42ca86310  glib-2.60.7.tar.xz
>  # License files, locally calculated
>  sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
> diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
> index 4f8de31e99..f2f752851a 100644
> --- a/package/libglib2/libglib2.mk
> +++ b/package/libglib2/libglib2.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>
>  LIBGLIB2_VERSION_MAJOR = 2.60
> -LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).6
> +LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).7

Unsure if it was this bump but I noticed with a fresh build of a
target with libc toolchain, when I did a "make libqmi".  I noticed
libglib2's configuration step used python url libraries to pull down
missing source archives like zlib.  I also noticed a missing mount
runtime dependency check was errorring out until I enabled util-linux
to include that tool.

I'm wondering if the configuration step retrieving archives started
after the build system moved to meson?  I really haven't used master
much as most my projects are on the LTS.


Matt

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

* [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7
  2019-09-06 18:03 [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7 aduskett at gmail.com
  2019-09-07 12:32 ` Thomas Petazzoni
  2019-09-10  3:06 ` Matthew Weber
@ 2019-09-17 20:16 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-09-17 20:16 UTC (permalink / raw)
  To: buildroot

>>>>> "aduskett" == aduskett  <aduskett@gmail.com> writes:

 > From: Adam Duskett <Aduskett@gmail.com>
 > Signed-off-by: Adam Duskett <Aduskett@gmail.com>

Committed to 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-17 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 18:03 [Buildroot] [PATCH 1/1] package/libglib2: bump to version 2.60.7 aduskett at gmail.com
2019-09-07 12:32 ` Thomas Petazzoni
2019-09-10  3:06 ` Matthew Weber
2019-09-17 20:16 ` Peter Korsgaard

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.