summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono/use-python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono/use-python3.patch')
-rw-r--r--meta/recipes-connectivity/ofono/ofono/use-python3.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono/use-python3.patch b/meta/recipes-connectivity/ofono/ofono/use-python3.patch
new file mode 100644
index 0000000000..7b84075257
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono/use-python3.patch
@@ -0,0 +1,27 @@
1set-ddr should use Python3 like all the other tests.
2
3Upstream-Status: Submitted
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6From 17b69cd1da4c5c5f732acb38ca1602446c567ee7 Mon Sep 17 00:00:00 2001
7From: Ross Burton <ross.burton@intel.com>
8Date: Mon, 29 Jan 2018 11:31:25 +0000
9Subject: [PATCH] test/setddr: use Python 3
10
11All the other tests use Python 3, so this should to.
12---
13 test/set-ddr | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/test/set-ddr b/test/set-ddr
17index 5d061b95..33631f31 100755
18--- a/test/set-ddr
19+++ b/test/set-ddr
20@@ -1,4 +1,4 @@
21-#!/usr/bin/python
22+#!/usr/bin/python3
23
24 import sys
25 import dbus
26--
272.11.0