[Buildroot] [git commit] package/gupnp: fix build with meson 1.2.0

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Jul 28 19:46:46 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=3d4b54bb62d210327c7b5dfe5040590fb2657ae6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.net/results/10f/10f30e804b3b497d603afa93bdd2b02fc66646f4/

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 ...uild-properly-spell-provide-in-wrap-files.patch | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/package/gupnp/0002-build-properly-spell-provide-in-wrap-files.patch b/package/gupnp/0002-build-properly-spell-provide-in-wrap-files.patch
new file mode 100644
index 0000000000..0632469a98
--- /dev/null
+++ b/package/gupnp/0002-build-properly-spell-provide-in-wrap-files.patch
@@ -0,0 +1,30 @@
+From 884639bd29323cbb8fbd36bc69d08097a2ae2cd1 Mon Sep 17 00:00:00 2001
+From: Jan Beich <jbeich at FreeBSD.org>
+Date: Sun, 9 Jul 2023 03:30:47 +0000
+Subject: [PATCH] build: properly spell [provide] in *.wrap files
+
+meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"?
+
+Upstream: https://gitlab.gnome.org/GNOME/gupnp/-/commit/884639bd29323cbb8fbd36bc69d08097a2ae2cd1
+
+Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
+[Bernd: backported to branch gupnp-1.4]
+---
+ subprojects/gssdp-1.6.wrap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/subprojects/gssdp-1.6.wrap b/subprojects/gssdp-1.6.wrap
+index b0b6504..8adc1a2 100644
+--- a/subprojects/gssdp-1.2.wrap
++++ b/subprojects/gssdp-1.2.wrap
+@@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gssdp.git
+ revision = gssdp-1.4
+ depth = 1
+  
+-[provides]
++[provide]
+ dependency_name = gssdp-1.2
+ 
+-- 
+GitLab
+



More information about the buildroot mailing list