* [Buildroot] [PATCH 1/1] package/gupnp: fix build with meson 1.2.0
@ 2023-07-27 21:49 Bernd Kuhls
2023-07-28 19:46 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-07-27 21:49 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine, Rahul Bedarkar
Fixes:
http://autobuild.buildroot.net/results/10f/10f30e804b3b497d603afa93bdd2b02fc66646f4/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
...properly-spell-provide-in-wrap-files.patch | 30 +++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 package/gupnp/0002-build-properly-spell-provide-in-wrap-files.patch
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@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@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
+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-28 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27 21:49 [Buildroot] [PATCH 1/1] package/gupnp: fix build with meson 1.2.0 Bernd Kuhls
2023-07-28 19:46 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox