mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
gr-osmosdr: add host-python-cheetah dependency
Since b7f1b03041 host-python-cheetah is no more a
dependency for gnuradio. So this package must be explicitly added for
gr-osmosdr.
Fix : http://autobuild.buildroot.net/results/aa208a69996548c15d937fc7c97d267162a56c48/
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ff2c8883fb
commit
c0be9c192e
@@ -12,7 +12,7 @@ GR_OSMOSDR_LICENSE_FILES = COPYING
|
||||
# gr-osmosdr prevents doing an in-source-tree build
|
||||
GR_OSMOSDR_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
GR_OSMOSDR_DEPENDENCIES = gnuradio
|
||||
GR_OSMOSDR_DEPENDENCIES = gnuradio host-python-cheetah
|
||||
|
||||
GR_OSMOSDR_CONF_OPTS = -DENABLE_DEFAULT=OFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user