[Buildroot] [git commit] package/jack2: drop dependency on host-python

Peter Korsgaard peter at korsgaard.com
Tue Feb 4 12:54:13 UTC 2020


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

host-python was listed in jack2 dependencies, but is actually
not needed. Also tested with an experimental python3 based
Waf package infrastructure, so we can exclude that jack2
"accidentally" uses the host-python2 pulled in by Waf.

Signed-off-by: Titouan Christophe <titouan.christophe at railnova.eu>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/jack2/jack2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index b08c45cce7..db63b7f4b7 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -7,7 +7,7 @@
 JACK2_VERSION = 1.9.14
 JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
 JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
-JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib host-python
+JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib
 JACK2_INSTALL_STAGING = YES
 
 JACK2_CONF_OPTS = --alsa


More information about the buildroot mailing list