mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/glib-networking: bump version to 2.76.0
- Drop "0001-meson-change-std-to-gnu99.patch" since change is available in this version. Signed-off-by: James Knight <james.d.knight@live.com> [yann.morin.1998@free.fr: regenerate .checkpackageignore] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
3f9622fe3d
commit
b5b1d830b8
@@ -606,7 +606,6 @@ package/giblib/0001-fix-imlib2-detection.patch Upstream
|
|||||||
package/giflib/0001-Makefile-add-targets-to-manage-static-building.patch Upstream
|
package/giflib/0001-Makefile-add-targets-to-manage-static-building.patch Upstream
|
||||||
package/git-crypt/0001-fix-build-with-libressl-3.5.0.patch Upstream
|
package/git-crypt/0001-fix-build-with-libressl-3.5.0.patch Upstream
|
||||||
package/gli/0001-Optional-building-tests.patch Upstream
|
package/gli/0001-Optional-building-tests.patch Upstream
|
||||||
package/glib-networking/0001-meson-change-std-to-gnu99.patch Upstream
|
|
||||||
package/glmark2/0001-wscript-use-find_program-to-find-wayland-scanner.patch Upstream
|
package/glmark2/0001-wscript-use-find_program-to-find-wayland-scanner.patch Upstream
|
||||||
package/glmark2/0002-libmatrix-Add-missing-utility-include.patch Upstream
|
package/glmark2/0002-libmatrix-Add-missing-utility-include.patch Upstream
|
||||||
package/glog/0001-added-emscripten-support.patch Upstream
|
package/glog/0001-added-emscripten-support.patch Upstream
|
||||||
|
|||||||
@@ -1,30 +0,0 @@
|
|||||||
From cdfa726bae1d82b7bd3735475fc2b2c6a31c1d2f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ignacio Casal Quinteiro <qignacio@amazon.com>
|
|
||||||
Date: Fri, 12 Nov 2021 11:51:33 +0100
|
|
||||||
Subject: [PATCH] meson: change std to gnu99
|
|
||||||
|
|
||||||
This is the same as glib and should fix issues with old
|
|
||||||
compilers
|
|
||||||
|
|
||||||
(cherry picked from commit b192086b9936602a40a14d00a6883b339b9d7955)
|
|
||||||
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
|
|
||||||
---
|
|
||||||
meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index b018ca7b..130a2bf0 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -3,7 +3,7 @@ project(
|
|
||||||
version: '2.70.0',
|
|
||||||
license: 'LGPL2.1+',
|
|
||||||
meson_version: '>= 0.50.0',
|
|
||||||
- default_options: ['c_std=c99']
|
|
||||||
+ default_options: ['c_std=gnu99']
|
|
||||||
)
|
|
||||||
|
|
||||||
prefix = get_option('prefix')
|
|
||||||
--
|
|
||||||
2.17.1
|
|
||||||
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
# From https://download.gnome.org/sources/glib-networking/2.70/glib-networking-2.70.1.sha256sum
|
# From https://download.gnome.org/sources/glib-networking/2.76/glib-networking-2.76.0.sha256sum
|
||||||
sha256 2a16bfc2d271ccd3266e3fb462bc8a4103c02e81bbb339aa92d6fb060592d7bc glib-networking-2.70.1.tar.xz
|
sha256 149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a glib-networking-2.76.0.tar.xz
|
||||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
GLIB_NETWORKING_VERSION_MAJOR = 2.70
|
GLIB_NETWORKING_VERSION_MAJOR = 2.76
|
||||||
GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_VERSION_MAJOR).1
|
GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_VERSION_MAJOR).0
|
||||||
GLIB_NETWORKING_SITE = https://download.gnome.org/sources/glib-networking/$(GLIB_NETWORKING_VERSION_MAJOR)
|
GLIB_NETWORKING_SITE = https://download.gnome.org/sources/glib-networking/$(GLIB_NETWORKING_VERSION_MAJOR)
|
||||||
GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz
|
GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz
|
||||||
GLIB_NETWORKING_INSTALL_STAGING = YES
|
GLIB_NETWORKING_INSTALL_STAGING = YES
|
||||||
|
|||||||
Reference in New Issue
Block a user