Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-01-30 Thread Ladislav Michl
On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote: > Quite a few options were removed, so remome them from Kconfig as well. > Buildsystem counts on gcc to be used for linking and setting LD makes > build fail, so set only those tools actually used. Well, just do not hold your breath

Re: [ptxdist] [PATCH v4 2/8] OpenCV: Added flag to build and integrate Examples

2020-01-30 Thread Michael Olbrich
On Tue, Jan 28, 2020 at 05:36:13PM +0100, Marian Cichy wrote: > Signed-off-by: Marian Cichy Some example use libopencv_dnn.so.4.2 but it's not installed. Also, the rpath needs to be fixed (you know about this one already). Michael > --- > rules/opencv.in | 17 + >

Re: [ptxdist] [PATCH v4 6/8] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-30 Thread Michael Olbrich
On Tue, Jan 28, 2020 at 05:36:17PM +0100, Marian Cichy wrote: > CMake switches used ptx/ifdef with an ON/OFF define, but we have > ptx/onoff for this case. Using this to sustain uniformity. > > Signed-off-by: Marian Cichy > --- > rules/opencv.make | 32 > 1 file

Re: [ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0

2020-01-30 Thread Michael Olbrich
On Mon, Jan 27, 2020 at 09:26:40AM +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/weston.in | 12 > rules/weston.make | 14 -- > 2 files changed, 4 insertions(+), 22 deletions(-) > > diff --git a/rules/weston.in b/rules/weston.in > index

Re: [ptxdist] [PATCH] gpsd: version bump 3.19 -> 3.20

2020-01-30 Thread Michael Olbrich
On Thu, Jan 30, 2020 at 11:17:39PM +0100, Ladislav Michl wrote: > On Sun, Jan 19, 2020 at 10:37:53PM +0100, Ladislav Michl wrote: > > Quite a few options were removed, so remome them from Kconfig as well. > > Buildsystem counts on gcc to be used for linking and setting LD makes > > build fail, so

[ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.5

2020-01-30 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libgpiod.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/libgpiod.make b/rules/libgpiod.make index 088a5dab8..a8b6dd760 100644 --- a/rules/libgpiod.make +++ b/rules/libgpiod.make @@ -14,8 +14,8 @@

Re: [ptxdist] fail to install_alternative a file like dev-disk-by\x2dlabel-INSTALL.device (backslash?==?utf-8?q? x2d)

2020-01-30 Thread Michael Olbrich
On Fri, Jan 10, 2020 at 02:19:24PM +0100, Michael Olbrich wrote: > On Wed, Jan 08, 2020 at 04:00:57PM +0100, Artur Wiebe wrote: > > I am trying to use the following inside a rules file: > > @$(call install_alternative, system, 0, 0, 0644, > >

Re: [ptxdist] [PATCH] udev-legacy: Fix build with recent glibc versions.

2020-01-30 Thread Michael Olbrich
On Fri, Jan 24, 2020 at 05:57:50PM +0100, Michael Olbrich wrote: > On Mon, Jan 13, 2020 at 09:47:37AM +0100, Guillermo Rodriguez Garcia wrote: > > El dom., 12 ene. 2020 a las 13:52, Michael Olbrich > > () escribió: > > > > > > On Tue, Dec 10, 2019 at 07:55:36PM +0100, Guillermo Rodríguez wrote: >

Re: [ptxdist] [PATCH v4 3/3] nodejs_packages: new package

2020-01-30 Thread Michael Olbrich
On Wed, Jan 29, 2020 at 12:06:19PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > This is a dummy package to specify and install required Node.js packages for > the > target system. > > The management of those packages and their dependencies is handled with > Yarn (run through

Re: [ptxdist] [PATCH v2 2/3] host-ua-nodeset: New package.

2020-01-30 Thread Michael Olbrich
On Tue, Jan 28, 2020 at 04:27:04PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > The OPC Foundation's UA NodeSets and other normative files which are released > with an OPC UA specification (for details see [1]). Needed to build open62541. > > [1] >

Re: [ptxdist] [PATCH v4 1/3] nodejs: version bump 6.9.5 -> 12.14.1 LTS

2020-01-30 Thread Michael Olbrich
On Wed, Jan 29, 2020 at 12:06:17PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > We also need to build a host-nodejs package first, as there > are some tools needed to be executable on the host system > during the intermediate cross-build process. > > This package drops support for NPM,

Re: [ptxdist] [PATCH v4 2/3] host-yarn: new package

2020-01-30 Thread Michael Olbrich
On Wed, Jan 29, 2020 at 12:06:18PM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > Fast, reliable, and secure dependency management for Node.js. > > We use Yarn to generate an offline cache and a lock-file to be able to install > all needed Node.js-packages reproducibly. This works even in