3d4b54bb62
Fixes: http://autobuild.buildroot.net/results/10f/10f30e804b3b497d603afa93bdd2b02fc66646f4/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
31 lines
895 B
Diff
31 lines
895 B
Diff
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
|
|
|