Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/tremor: select libogg package
@ 2016-01-02 14:42 Romain Naour
  2016-01-02 22:26 ` Thomas Petazzoni
  2016-01-03 20:51 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2016-01-02 14:42 UTC (permalink / raw)
  To: buildroot

tremor depends on libogg package but doesn't select it
in Config.in. so libogg build is trigged at Makefile level.

Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build
stop if a package build is trigged at Makefile level without
being selected at Config.in level.

Fixes:
http://autobuild.buildroot.net/results/0da/0da3265f0f1e499f5d34ed32b0d13a2eda53f976

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/tremor/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tremor/Config.in b/package/tremor/Config.in
index 6125926..1a478c4 100644
--- a/package/tremor/Config.in
+++ b/package/tremor/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_TREMOR
 	bool "tremor (fixed point vorbis decoder)"
+	select BR2_PACKAGE_LIBOGG
 	help
 	  Tremor is a fixed point implementation of an Ogg Vorbis
 	  decoder. It provides a decoding API similar to libvorbis,
-- 
2.4.3

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

* [Buildroot] [PATCH] package/tremor: select libogg package
  2016-01-02 14:42 [Buildroot] [PATCH] package/tremor: select libogg package Romain Naour
@ 2016-01-02 22:26 ` Thomas Petazzoni
  2016-01-03 20:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-01-02 22:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  2 Jan 2016 15:42:15 +0100, Romain Naour wrote:
> tremor depends on libogg package but doesn't select it
> in Config.in. so libogg build is trigged at Makefile level.
> 
> Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build
> stop if a package build is trigged at Makefile level without
> being selected at Config.in level.
> 
> Fixes:
> http://autobuild.buildroot.net/results/0da/0da3265f0f1e499f5d34ed32b0d13a2eda53f976
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/tremor/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] package/tremor: select libogg package
  2016-01-02 14:42 [Buildroot] [PATCH] package/tremor: select libogg package Romain Naour
  2016-01-02 22:26 ` Thomas Petazzoni
@ 2016-01-03 20:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-01-03 20:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > tremor depends on libogg package but doesn't select it
 > in Config.in. so libogg build is trigged at Makefile level.

 > Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build
 > stop if a package build is trigged at Makefile level without
 > being selected at Config.in level.

 > Fixes:
 > http://autobuild.buildroot.net/results/0da/0da3265f0f1e499f5d34ed32b0d13a2eda53f976

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-01-03 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-02 14:42 [Buildroot] [PATCH] package/tremor: select libogg package Romain Naour
2016-01-02 22:26 ` Thomas Petazzoni
2016-01-03 20:51 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox