summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch
index c36ae2ffda..691ed50c2b 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch
@@ -64,8 +64,9 @@ index 3f757f6..2988f9f 100755
64@@ -1,4 +1,4 @@ 64@@ -1,4 +1,4 @@
65-#!/usr/bin/env python 65-#!/usr/bin/env python
66+#!/usr/bin/env python3 66+#!/usr/bin/env python3
67 from __future__ import absolute_import 67 """
68 from __future__ import print_function 68 Utility to create opkg compatible indexes
69 """
69 70
70diff --git a/opkg-show-deps b/opkg-show-deps 71diff --git a/opkg-show-deps b/opkg-show-deps
71index 153f21e..4e18b4f 100755 72index 153f21e..4e18b4f 100755