[oe-commits] [meta-openembedded] 03/03: jack: Replace using python2 with python3 during build

git at git.openembedded.org git at git.openembedded.org
Tue Nov 26 19:49:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 33ae5a08d8eb8eeed0eddb32752df3849f660038
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Nov 26 11:47:01 2019 -0800

    jack: Replace using python2 with python3 during build
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 ...0001-waf-Use-Python-3-instead-of-Python-2.patch | 24 ++++++++++++++++++++++
 meta-oe/recipes-multimedia/jack/jack_git.bb        |  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/jack/jack/0001-waf-Use-Python-3-instead-of-Python-2.patch b/meta-oe/recipes-multimedia/jack/jack/0001-waf-Use-Python-3-instead-of-Python-2.patch
new file mode 100644
index 0000000..9a2f07d
--- /dev/null
+++ b/meta-oe/recipes-multimedia/jack/jack/0001-waf-Use-Python-3-instead-of-Python-2.patch
@@ -0,0 +1,24 @@
+From fac214660ba173043fc19a5e81f9312e0466c0e2 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem at gmail.com>
+Date: Tue, 26 Nov 2019 11:44:50 -0800
+Subject: [PATCH] waf: Use Python 3 instead of Python 2
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+---
+ waf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/waf b/waf
+index a2efc852..037d20b1 100755
+--- a/waf
++++ b/waf
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # encoding: latin-1
+ # Thomas Nagy, 2005-2018
+ #
+-- 
+2.24.0
+
diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/jack_git.bb
index 9f7d5b0..dc30ceb 100644
--- a/meta-oe/recipes-multimedia/jack/jack_git.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_git.bb
@@ -14,7 +14,9 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS = "libsamplerate0 libsndfile1 readline"
 
-SRC_URI = "git://github.com/jackaudio/jack2.git"
+SRC_URI = "git://github.com/jackaudio/jack2.git \
+           file://0001-waf-Use-Python-3-instead-of-Python-2.patch \
+"
 SRCREV = "37250ff470277f9947fbf3ba738f943053e30525"
 PV = "1.9.13"
 S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list