[Buildroot] [git commit] gnuradio: remove host-python-cheetah dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Aug 5 12:37:58 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=b7f1b030413a51637323a755cbd985b06026990e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

host-python-cheetah has been replaced by host-python-mako:
https://github.com/gnuradio/volk/commit/1b2bedc8685c4dc2b3587068339d69b5ab1c874d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/gnuradio/gnuradio.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/gnuradio/gnuradio.mk b/package/gnuradio/gnuradio.mk
index 9573b65b73..ed537e3934 100644
--- a/package/gnuradio/gnuradio.mk
+++ b/package/gnuradio/gnuradio.mk
@@ -11,10 +11,8 @@ GNURADIO_LICENSE_FILES = COPYING
 
 GNURADIO_SUPPORTS_IN_SOURCE_BUILD = NO
 
-# host-python-cheetah, host-python-mako and host-python-six are needed for volk
-# to compile
+# host-python-mako and host-python-six are needed for volk to compile
 GNURADIO_DEPENDENCIES = \
-	host-python-cheetah \
 	host-python-mako \
 	host-python-six \
 	host-swig \


More information about the buildroot mailing list