All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/gstd: needs gst-debug
Date: Thu, 23 Sep 2021 22:05:07 +0200	[thread overview]
Message-ID: <9d059656-1d10-51e7-c337-34322fe3f3cd@mind.be> (raw)
In-Reply-To: <20210919121140.2323338-1-fontaine.fabrice@gmail.com>



On 19/09/2021 14:11, Fabrice Fontaine wrote:
> gstd needs gst-debug since its addition in commit
> 02ea01ea22e94ef353a638bf16f62f6e3ed1208e:
> 
> /home/giuliobenetti/autobuild/run/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-buildroot-linux-gnu/10.2.0/../../../../riscv64-buildroot-linux-gnu/bin/ld: gstd/libgstd-core.so.0.13.0.p/gstd_pipeline.c.o: in function `gstd_pipeline_get_property':
> gstd_pipeline.c:(.text+0x5d8): undefined reference to `gst_debug_bin_to_dot_data'
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/2f4de1b229df47d9bfd5a2576fd59da2ad45aeb6
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/gstreamer1/gstd/Config.in | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/gstreamer1/gstd/Config.in b/package/gstreamer1/gstd/Config.in
> index 14cda7c45f..f36d25f11f 100644
> --- a/package/gstreamer1/gstd/Config.in
> +++ b/package/gstreamer1/gstd/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_GSTD
>   	depends on BR2_USE_WCHAR # libglib2 -> gettext, libsoup
>   	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libsoup
>   	depends on BR2_USE_MMU # libdaemon, libglib2
> +	select BR2_PACKAGE_GSTREAMER1_GST_DEBUG # gst_debug_bin_to_dot_data
>   	select BR2_PACKAGE_JANSSON
>   	select BR2_PACKAGE_JSON_GLIB
>   	select BR2_PACKAGE_LIBDAEMON
> 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2021-09-23 20:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-19 12:11 [Buildroot] [PATCH 1/1] package/gstd: needs gst-debug Fabrice Fontaine
2021-09-23 20:05 ` Arnout Vandecappelle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9d059656-1d10-51e7-c337-34322fe3f3cd@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.