Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gst-plugins-bad: allow static build of zbar plugin
@ 2019-03-05 22:28 Fabrice Fontaine
  2019-03-07 21:10 ` Thomas Petazzoni
  2019-03-19 20:26 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-03-05 22:28 UTC (permalink / raw)
  To: buildroot

zbar can be built statically since commit
fc4a6abfa6bbffeabefb9967dbf378c410fb6318 so remove the dynamic library
dependency from BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer/gst-plugins-bad/Config.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer/gst-plugins-bad/Config.in b/package/gstreamer/gst-plugins-bad/Config.in
index 971668b710..411e4b6174 100644
--- a/package/gstreamer/gst-plugins-bad/Config.in
+++ b/package/gstreamer/gst-plugins-bad/Config.in
@@ -320,14 +320,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR
 	bool "zbar"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # zbar-> libv4l
 	depends on BR2_USE_MMU # zbar-> libv4l
-	depends on !BR2_STATIC_LIBS # zbar-> libv4l
 	depends on BR2_INSTALL_LIBSTDCPP # zbar-> libv4l
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # zbar
 	select BR2_PACKAGE_ZBAR
 
-comment "zbar plugin needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.17"
+comment "zbar plugin needs a toolchain w/ threads, C++ and headers >= 3.17"
 	depends on BR2_USE_MMU
-	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
+	depends on !BR2_TOOLCHAIN_HAS_THREADS \
 		|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
 
 endif
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] package/gst-plugins-bad: allow static build of zbar plugin
  2019-03-05 22:28 [Buildroot] [PATCH 1/1] package/gst-plugins-bad: allow static build of zbar plugin Fabrice Fontaine
@ 2019-03-07 21:10 ` Thomas Petazzoni
  2019-03-19 20:26 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-03-07 21:10 UTC (permalink / raw)
  To: buildroot

On Tue,  5 Mar 2019 23:28:07 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> zbar can be built statically since commit
> fc4a6abfa6bbffeabefb9967dbf378c410fb6318 so remove the dynamic library
> dependency from BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gstreamer/gst-plugins-bad/Config.in | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/gst-plugins-bad: allow static build of zbar plugin
  2019-03-05 22:28 [Buildroot] [PATCH 1/1] package/gst-plugins-bad: allow static build of zbar plugin Fabrice Fontaine
  2019-03-07 21:10 ` Thomas Petazzoni
@ 2019-03-19 20:26 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-03-19 20:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > zbar can be built statically since commit
 > fc4a6abfa6bbffeabefb9967dbf378c410fb6318 so remove the dynamic library
 > dependency from BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-03-19 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-05 22:28 [Buildroot] [PATCH 1/1] package/gst-plugins-bad: allow static build of zbar plugin Fabrice Fontaine
2019-03-07 21:10 ` Thomas Petazzoni
2019-03-19 20:26 ` Peter Korsgaard

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