[ptxdist] [PATCH] Add rapidjson package

2019-01-15 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- .../0001-Remove-march-native-from-c-xx-flags.patch | 22 ...02-Remove-Wextra-and-Werror-from-cxxflags.patch | 25 + .../0003-Add-a-void-case-in-memcpy.patch | 35 ++ patches/rapidjson-1.1.0/series

[ptxdist] [PATCH] libftdi1: Use ptx/onoff

2019-01-15 Thread Ladislav Michl
Use dedicated macro for CMake options. Signed-off-by: Ladislav Michl --- rules/libftdi1.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libftdi1.make b/rules/libftdi1.make index dc715d00c..271c5ff49 100644 --- a/rules/libftdi1.make +++ b/rules/libftdi1.make

[ptxdist] [PATCH] libwebsockets: Use ptx/onoff

2019-01-15 Thread Ladislav Michl
Use dedicated macro for CMake options. Signed-off-by: Ladislav Michl --- rules/libwebsockets.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libwebsockets.make b/rules/libwebsockets.make index b485e5e44..1d1edc7e1 100644 --- a/rules/libwebsockets.make +++

[ptxdist] [PATCH] opencv: Use ptx/onoff

2019-01-15 Thread Ladislav Michl
Use dedicated macro for CMake options. Signed-off-by: Ladislav Michl --- rules/opencv.make | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index aba6ebe81..f0a244b97 100644 ---

[ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-15 Thread Denis OSTERLAND
This patch adds support for scons build system. https://scons.org/ Signed-off-by: Denis Osterland --- rules/host-python-scons.in | 6 ++ rules/host-python-scons.make | 35 +++ 2 files changed, 41 insertions(+) create mode 100644 rules/host-python-scons.in

[ptxdist] [PATCH v3 2/2] gpsd: version bump 2.39 -> 3.18.1

2019-01-15 Thread Denis OSTERLAND
Use scons build system. Add Kconfig switches for reconfigure, controlsend, group and ntpshmmon. Remove PPS_ON_CTS. Signed-off-by: Denis Osterland --- ...ix-core-compiling-with-nmea-disabled.patch | 29 ...kage-if-some-drivers-are-not-enabled.patch | 48 ---

[ptxdist] [PATCH v3 0/2] update gpsd and switch to scons build system

2019-01-15 Thread Denis OSTERLAND
v2 -> v3: add missing dependency of pps to ntpshmmon v1 -> v2: correct dependency HOST_PYTHON -> HOST_SYSTEM_PYTHON gpsd uses scons build system now. The first patch adds scons as host tool. The second patch updates gpsd and uses scons to build it. Denis Osterland(2): host-pyhton-scons: add