gpsd: removed pythonpath patch
The pythonpath is now fixed in 3.20/netmodule branch on netmodule gpsd gitlab repository. therfore the patch is no longer needed in the recipe. BugzID: 61939 Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com> Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
07f2dd98a5
commit
fa5d8c2231
|
|
@ -1,30 +0,0 @@
|
||||||
From 8479ba777ed9b2d026382f7b4115bfe63bcec908 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Tobias=20J=C3=A4ggi?= <tobias.jaeggi@netmodule.com>
|
|
||||||
Date: Thu, 23 Jan 2020 14:14:35 +0100
|
|
||||||
Subject: [PATCH] =?UTF-8?q?apply=20python3=20path=20to=20python2=20env=20t?=
|
|
||||||
=?UTF-8?q?o=20use=20pyserial=20in=20ubxtool=20BugzID:=2061081=20Signed-of?=
|
|
||||||
=?UTF-8?q?f-by:=20Tobias=20J=C3=A4ggi=20<tobias.jaeggi@netmodule.com>?=
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
---
|
|
||||||
ubxtool | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/ubxtool b/ubxtool
|
|
||||||
index c06612edb..5e8cb2927 100755
|
|
||||||
--- a/ubxtool
|
|
||||||
+++ b/ubxtool
|
|
||||||
@@ -43,6 +43,8 @@ import struct # for pack()
|
|
||||||
import sys
|
|
||||||
import time
|
|
||||||
|
|
||||||
+sys.path.append("/usr/lib/python3.7/site-packages/")
|
|
||||||
+
|
|
||||||
PROG_NAME = 'ubxtool'
|
|
||||||
|
|
||||||
try:
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
||||||
|
|
@ -2,7 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
SRC_URI_prepend = " \
|
SRC_URI_prepend = " \
|
||||||
git://gitlab.com/netmodule/third-party/gpsd.git;protocol=ssh;user=git;branch=3.20/netmodule \
|
git://gitlab.com/netmodule/third-party/gpsd.git;protocol=ssh;user=git;branch=3.20/netmodule \
|
||||||
file://60-ublox-neo.rules \
|
file://60-ublox-neo.rules \
|
||||||
file://0001-apply-python3-path-to-python2-env-to-use-pyserial-in.patch \
|
|
||||||
file://0001-Revert-Fix-the-handling-of-defaults-from-the-environ.patch \
|
file://0001-Revert-Fix-the-handling-of-defaults-from-the-environ.patch \
|
||||||
"
|
"
|
||||||
SRC_URI_remove = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz"
|
SRC_URI_remove = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue