Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] package/gnuradio: add optional support for orc
@ 2016-02-21 17:34 Bernd Kuhls
  2016-02-21 17:34 ` [Buildroot] [PATCH 02/10] package/openobex: depends on libusb-compat Bernd Kuhls
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Bernd Kuhls @ 2016-02-21 17:34 UTC (permalink / raw)
  To: buildroot

When orc was compiled before, gnuradio will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/gnuradio-config-info | grep NEEDED
[...]
 0x0000000000000001 (NEEDED)             Shared library: [liborc-0.4.so.0]
[...]

Apparently there is no option provided by the build system to
en-/disable support for orc:
https://github.com/gnuradio/volk/blob/41b4df055b2c8d4f2c23ad2bdc60c0b47b4f0dd8/lib/CMakeLists.txt#L449

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/gnuradio/gnuradio.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/gnuradio/gnuradio.mk b/package/gnuradio/gnuradio.mk
index fc5cd1f..b7dbcb9 100644
--- a/package/gnuradio/gnuradio.mk
+++ b/package/gnuradio/gnuradio.mk
@@ -17,6 +17,10 @@ GNURADIO_DEPENDENCIES = \
 	host-swig \
 	boost
 
+ifeq ($(BR2_PACKAGE_ORC),y)
+GNURADIO_DEPENDENCIES += orc
+endif
+
 GNURADIO_CONF_OPTS = \
 	-DENABLE_DEFAULT=OFF \
 	-DENABLE_VOLK=ON \
-- 
2.7.0

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

end of thread, other threads:[~2016-02-23 21:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-21 17:34 [Buildroot] [PATCH 01/10] package/gnuradio: add optional support for orc Bernd Kuhls
2016-02-21 17:34 ` [Buildroot] [PATCH 02/10] package/openobex: depends on libusb-compat Bernd Kuhls
2016-02-21 20:25   ` Thomas Petazzoni
2016-02-21 17:34 ` [Buildroot] [PATCH 03/10] package/gnupg2: add optional support for libusb-compat Bernd Kuhls
2016-02-21 20:26   ` Thomas Petazzoni
2016-02-21 17:34 ` [Buildroot] [PATCH 04/10] package/mediastreamer: add optional support for libupnp Bernd Kuhls
2016-02-21 20:29   ` Thomas Petazzoni
2016-02-21 17:34 ` [Buildroot] [PATCH 05/10] package/mediastreamer: add optional support for opus Bernd Kuhls
2016-02-21 17:34 ` [Buildroot] [PATCH 06/10] package/mediastreamer: add optional support for libvpx Bernd Kuhls
2016-02-21 17:34 ` [Buildroot] [PATCH 07/10] package/pure-ftpd: add optional support for libsodium Bernd Kuhls
2016-02-21 17:34 ` [Buildroot] [PATCH 08/10] package/gawk: add optional support for libsigsegv Bernd Kuhls
2016-02-21 17:34 ` [Buildroot] [PATCH 09/10] package/lxc: add optional support for libseccomp Bernd Kuhls
2016-02-21 17:34 ` [Buildroot] [PATCH 10/10] package/mutt: add optional support for libidn Bernd Kuhls
2016-02-21 20:18 ` [Buildroot] [PATCH 01/10] package/gnuradio: add optional support for orc Thomas Petazzoni
2016-02-22 14:23 ` gwenhael.goavec
2016-02-23 21:21 ` Thomas Petazzoni

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