buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/Config.in: fix make failure by removing gstreamer/Config.in
@ 2020-02-09  8:36 Giulio Benetti
  2020-02-09  8:48 ` Yann E. MORIN
  2020-02-09  9:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Giulio Benetti @ 2020-02-09  8:36 UTC (permalink / raw)
  To: buildroot

After commit:
https://git.buildroot.net/buildroot/commit/?id=fb49c7a26182f9d48f8283e7328fddc216962c94
gstreamer entry in package/Config.in was left behind resulting in every
make call to fail. So let's remove orphaned gstreamer entry from
package/Config.in

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/Config.in b/package/Config.in
index 72630d4ee9..dfa3f34b9d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -26,7 +26,6 @@ menu "Audio and video applications"
 	source "package/fluid-soundfont/Config.in"
 	source "package/fluidsynth/Config.in"
 	source "package/gmrender-resurrect/Config.in"
-	source "package/gstreamer/Config.in"
 	source "package/gstreamer1/Config.in"
 	source "package/jack1/Config.in"
 	source "package/jack2/Config.in"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/Config.in: fix make failure by removing gstreamer/Config.in
  2020-02-09  8:36 [Buildroot] [PATCH] package/Config.in: fix make failure by removing gstreamer/Config.in Giulio Benetti
@ 2020-02-09  8:48 ` Yann E. MORIN
  2020-02-09  9:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-02-09  8:48 UTC (permalink / raw)
  To: buildroot

Giulio, All,

On 2020-02-09 09:36 +0100, Giulio Benetti spake thusly:
> After commit:
> https://git.buildroot.net/buildroot/commit/?id=fb49c7a26182f9d48f8283e7328fddc216962c94
> gstreamer entry in package/Config.in was left behind resulting in every
> make call to fail. So let's remove orphaned gstreamer entry from
> package/Config.in

How did we even miss that to begin with? Damn...

> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Applied to master, thanks!

Regards,
Yann E. MORIN.

> ---
>  package/Config.in | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/Config.in b/package/Config.in
> index 72630d4ee9..dfa3f34b9d 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -26,7 +26,6 @@ menu "Audio and video applications"
>  	source "package/fluid-soundfont/Config.in"
>  	source "package/fluidsynth/Config.in"
>  	source "package/gmrender-resurrect/Config.in"
> -	source "package/gstreamer/Config.in"
>  	source "package/gstreamer1/Config.in"
>  	source "package/jack1/Config.in"
>  	source "package/jack2/Config.in"
> -- 
> 2.20.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/Config.in: fix make failure by removing gstreamer/Config.in
  2020-02-09  8:36 [Buildroot] [PATCH] package/Config.in: fix make failure by removing gstreamer/Config.in Giulio Benetti
  2020-02-09  8:48 ` Yann E. MORIN
@ 2020-02-09  9:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-02-09  9:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > After commit:
 > https://git.buildroot.net/buildroot/commit/?id=fb49c7a26182f9d48f8283e7328fddc216962c94
 > gstreamer entry in package/Config.in was left behind resulting in every
 > make call to fail. So let's remove orphaned gstreamer entry from
 > package/Config.in

 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Crap, thanks for fixing it.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-09  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09  8:36 [Buildroot] [PATCH] package/Config.in: fix make failure by removing gstreamer/Config.in Giulio Benetti
2020-02-09  8:48 ` Yann E. MORIN
2020-02-09  9:05 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).