aboutsummaryrefslogtreecommitdiffstats
path: root/main/gpsd/0001-workaround-for-scons-using-python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gpsd/0001-workaround-for-scons-using-python2.patch')
-rw-r--r--main/gpsd/0001-workaround-for-scons-using-python2.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/main/gpsd/0001-workaround-for-scons-using-python2.patch b/main/gpsd/0001-workaround-for-scons-using-python2.patch
new file mode 100644
index 00000000000..755f2417168
--- /dev/null
+++ b/main/gpsd/0001-workaround-for-scons-using-python2.patch
@@ -0,0 +1,40 @@
+diff --git a/gpscat b/gpscat
+index 26c9acf..6cf4765 100755
+--- a/gpscat
++++ b/gpscat
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ "Display GPS output. Hexify it if necessary."
+
+diff --git a/gpsfake b/gpsfake
+index e02d64a..ec10974 100755
+--- a/gpsfake
++++ b/gpsfake
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ '''
+ gpsfake -- test harness for gpsd
+diff --git a/ubxtool b/ubxtool
+index 6bdb0ba..82f5b2e 100755
+--- a/ubxtool
++++ b/ubxtool
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: UTF-8
+ '''
+ ubxtool -- u-blox configurator and packet decoder
+diff --git a/zerk b/zerk
+index 745c765..2e1b73a 100755
+--- a/zerk
++++ b/zerk
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: UTF-8
+ '''
+ zerk -- GREIS configurator and packet decoder