diff mbox series

[1/1] package/gstreamer1/gst1-devtools: install to staging

Message ID 20201017101703.3044360-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/gstreamer1/gst1-devtools: install to staging | expand

Commit Message

Fabrice Fontaine Oct. 17, 2020, 10:17 a.m. UTC
This will fix the following build failure with
gstreamer1-editing-services which optionally depends on gst1-devtools
since commit 08a213c1a532de783a7cedaa29088ffb736827bd:

Run-time dependency gst-validate-1.0 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency gst-validate-1.0

../output-1/build/gstreamer1-editing-services-1.18.0/meson.build:101:0: ERROR: Subproject directory not found and gst-devtools.wrap file not found

Fixes:
 - http://autobuild.buildroot.org/results/e9d96a63861737d82734559db5e5ffbf5996ffde

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer1/gst1-devtools/gst1-devtools.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN Oct. 17, 2020, 12:10 p.m. UTC | #1
Fabrice, All,

On 2020-10-17 12:17 +0200, Fabrice Fontaine spake thusly:
> This will fix the following build failure with
> gstreamer1-editing-services which optionally depends on gst1-devtools
> since commit 08a213c1a532de783a7cedaa29088ffb736827bd:
> 
> Run-time dependency gst-validate-1.0 found: NO (tried pkgconfig and cmake)
> Looking for a fallback subproject for the dependency gst-validate-1.0
> 
> ../output-1/build/gstreamer1-editing-services-1.18.0/meson.build:101:0: ERROR: Subproject directory not found and gst-devtools.wrap file not found
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/e9d96a63861737d82734559db5e5ffbf5996ffde
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/gstreamer1/gst1-devtools/gst1-devtools.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.mk b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
> index 23b4d5ab8f..c88d4c0378 100644
> --- a/package/gstreamer1/gst1-devtools/gst1-devtools.mk
> +++ b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
> @@ -9,6 +9,7 @@ GST1_DEVTOOLS_SOURCE = gst-devtools-$(GST1_DEVTOOLS_VERSION).tar.xz
>  GST1_DEVTOOLS_SITE = https://gstreamer.freedesktop.org/src/gst-devtools
>  GST1_DEVTOOLS_LICENSE = LGPL-2.1+
>  GST1_DEVTOOLS_LICENSE_FILES = validate/COPYING
> +GST1_DEVTOOLS_INSTALL_STAGING = YES
>  
>  GST1_DEVTOOLS_DEPENDENCIES = \
>  	gstreamer1 \
> -- 
> 2.28.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.mk b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
index 23b4d5ab8f..c88d4c0378 100644
--- a/package/gstreamer1/gst1-devtools/gst1-devtools.mk
+++ b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
@@ -9,6 +9,7 @@  GST1_DEVTOOLS_SOURCE = gst-devtools-$(GST1_DEVTOOLS_VERSION).tar.xz
 GST1_DEVTOOLS_SITE = https://gstreamer.freedesktop.org/src/gst-devtools
 GST1_DEVTOOLS_LICENSE = LGPL-2.1+
 GST1_DEVTOOLS_LICENSE_FILES = validate/COPYING
+GST1_DEVTOOLS_INSTALL_STAGING = YES
 
 GST1_DEVTOOLS_DEPENDENCIES = \
 	gstreamer1 \