mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/libqrtr-glib: bump to version 1.4.0
Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Petr Vorel <petr.vorel@gmail.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
dfe3b3adbe
commit
f939799014
@@ -1,36 +0,0 @@
|
|||||||
From dd9d68259c1fb79bcf40fcdf6aa1e6026edec9b2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
Date: Fri, 9 Feb 2024 21:16:39 +0100
|
|
||||||
Subject: [PATCH] src/libqrtr-lib/meson.build: fix static build
|
|
||||||
|
|
||||||
Replace shared_library by library to avoid the following static build
|
|
||||||
failure:
|
|
||||||
|
|
||||||
[5/5] Linking target src/libqrtr-glib/libqrtr-glib.so.0.0.0
|
|
||||||
FAILED: src/libqrtr-glib/libqrtr-glib.so.0.0.0
|
|
||||||
|
|
||||||
Fixes:
|
|
||||||
- http://autobuild.buildroot.org/results/e0442e97279a07f33a14ec52840f98b7ec0fe32d
|
|
||||||
|
|
||||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
Upstream: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/merge_requests/24
|
|
||||||
---
|
|
||||||
src/libqrtr-glib/meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/libqrtr-glib/meson.build b/src/libqrtr-glib/meson.build
|
|
||||||
index bbdd869..0cddcc7 100644
|
|
||||||
--- a/src/libqrtr-glib/meson.build
|
|
||||||
+++ b/src/libqrtr-glib/meson.build
|
|
||||||
@@ -39,7 +39,7 @@ c_flags = [
|
|
||||||
'-DLIBEXEC_PATH="@0@"'.format(qrtr_prefix / qrtr_libexecdir),
|
|
||||||
]
|
|
||||||
|
|
||||||
-libqrtr_glib = shared_library(
|
|
||||||
+libqrtr_glib = library(
|
|
||||||
libname,
|
|
||||||
version: qrtr_glib_version,
|
|
||||||
sources: sources + [version_header],
|
|
||||||
--
|
|
||||||
2.43.0
|
|
||||||
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 c5cdf5ea91cbd2cf2758b2896064c7b1dfe7156063267df905f957ac69b6b763 libqrtr-glib-1.2.2.tar.gz
|
sha256 9e5f988c6005af347f6d0ac95c872e473c9c10c3ec3714ee0b73d896db7d5766 libqrtr-glib-1.4.0.tar.gz
|
||||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1-or-later.txt
|
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1-or-later.txt
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBQRTR_GLIB_VERSION = 1.2.2
|
LIBQRTR_GLIB_VERSION = 1.4.0
|
||||||
LIBQRTR_GLIB_SITE = https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/$(LIBQRTR_GLIB_VERSION)
|
LIBQRTR_GLIB_SITE = https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/$(LIBQRTR_GLIB_VERSION)
|
||||||
LIBQRTR_GLIB_LICENSE = LGPL-2.1+
|
LIBQRTR_GLIB_LICENSE = LGPL-2.1+
|
||||||
LIBQRTR_GLIB_LICENSE_FILES = LICENSES/LGPL-2.1-or-later.txt
|
LIBQRTR_GLIB_LICENSE_FILES = LICENSES/LGPL-2.1-or-later.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user