[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-162-g40df89046
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2020-01-16 11:03:25
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 40df89046808a4831e1f691e30cfb175db52b8ad (commit)
from 1f4c248a2b1a954c7fc221167b567fc9d6a3156c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 40df89046808a4831e1f691e30cfb175db52b8ad
Author: Julien BOIBESSOT <jul...@ar...>
Date: Thu Jan 16 12:02:47 2020 +0100
[BUILDROOT] 2019.02: fix python_libdir in gpsd python tools install
-----------------------------------------------------------------------
Summary of changes:
.../046-armadeus-package-gpsd-fix-python-tools-build-and-install.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches/buildroot/2019.02/046-armadeus-package-gpsd-fix-python-tools-build-and-install.patch b/patches/buildroot/2019.02/046-armadeus-package-gpsd-fix-python-tools-build-and-install.patch
index c52972a80..125a9c2e1 100644
--- a/patches/buildroot/2019.02/046-armadeus-package-gpsd-fix-python-tools-build-and-install.patch
+++ b/patches/buildroot/2019.02/046-armadeus-package-gpsd-fix-python-tools-build-and-install.patch
@@ -16,7 +16,7 @@ Index: buildroot/package/gpsd/gpsd.mk
+ifeq ($(BR2_PACKAGE_GPSD_PYTHON),y)
+GPSD_SCONS_ENV += INCLUDEPY="$(STAGING_DIR)/usr/include/python2.7"
+GPSD_SCONS_OPTS += \
-+ python_libdir=/lib/python2.7/
++ python_libdir=/usr/lib/python2.7/
+else
+GPSD_SCONS_OPTS += python=no
+endif
hooks/post-receive
--
armadeus
|