summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer/mpv/python3.patch')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv/python3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch b/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch
new file mode 100644
index 0000000000..df208cf878
--- /dev/null
+++ b/meta-oe/recipes-multimedia/mplayer/mpv/python3.patch
@@ -0,0 +1,12 @@
1Use Python 3 instead of Python 2.
2
3Upstream-Status: Pending
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/waf b/waf
7index 6ce2a24..de3c898 100755
8--- a/waf
9+++ b/waf
10@@ -1 +1 @@
11-#!/usr/bin/env python
12+#!/usr/bin/env python3