From d5441243363a56a5275167a1af80e5efa43ab3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 14 Jan 2020 23:15:25 +0100 Subject: [PATCH] non: upgrade to latest and fix build for python2 not in hosttools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/non/non.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-musicians/non/non.bb b/recipes-musicians/non/non.bb index 98875be..6366966 100644 --- a/recipes-musicians/non/non.bb +++ b/recipes-musicians/non/non.bb @@ -19,7 +19,7 @@ inherit waf pkgconfig features_check gtk-icon-cache REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "git://git.tuxfamily.org/gitroot/non/non.git" -SRCREV = "c15bfa85fdd74c1720be84277424e0f11403c81d" +SRCREV = "d958df0486c7397c243f5ac36bf4acbc461a1e50" S = "${WORKDIR}/git" PV = "1.2.0+git${SRCPV}" @@ -29,4 +29,8 @@ EXTRA_OECONF = " \ ${NON_SIMD} \ " +do_configure_prepend() { + sed -i 's:/usr/bin/env python:/usr/bin/env python3:' `grep -rl '/usr/bin/env python$' ${S}` +} + FILES_${PN} += "${datadir}/non-sequencer"