[ptxdist] [PATCH 1/3] quota: Update to 4.04

2019-03-29 Thread Sascha Hauer
Update version to 4.04 which is the latest upstream release currently. This also disables all possible autoconf options we do not want to leak in accidently. Signed-off-by: Sascha Hauer --- rules/quota-tools.make | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH 3/3] quota: e2fsprogs are not always needed

2019-03-29 Thread Sascha Hauer
e2fsprogs are only needed when the quotacheck tool is built with extfs support. Add a new option for this and select e2fsprogs only when necessary. Signed-off-by: Sascha Hauer --- rules/quota-tools.in | 13 ++--- rules/quota-tools.make | 3 ++- 2 files changed, 12 insertions(+), 4

[ptxdist] [PATCH 2/3] quota: directory should be quota-version

2019-03-29 Thread Sascha Hauer
Patch dir and builddir should be same as tarball name, thus quota-$(QUOTA_TOOLS_VERSION). Signed-off-by: Sascha Hauer --- rules/quota-tools.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/quota-tools.make b/rules/quota-tools.make index e8822bc61..57c00a383 100644

[ptxdist] [PATCH v2 1/4] weston: bump version 5.0.0 -> 6.0.0

2019-03-29 Thread Philipp Zabel
- switch build system to Meson - weston-screenshooter is now installed in /usr/bin - build and install debug tool Signed-off-by: Philipp Zabel --- Changes since v1: - select HOST_MESON - hook up missing IVI shell options - select PANGO if IVI shell example is enabled - mirror libdrm options

[ptxdist] [PATCH v2 4/4] weston: optionally install touch calibrator

2019-03-29 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 7 +++ rules/weston.make | 3 +++ 2 files changed, 10 insertions(+) diff --git a/rules/weston.in b/rules/weston.in index 200656e2e483..9a4541dab074 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -127,4 +127,11 @@ config

[ptxdist] [PATCH v2 3/4] weston: optionally install simple clients

2019-03-29 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 6 ++ rules/weston.make | 10 ++ 2 files changed, 16 insertions(+) diff --git a/rules/weston.in b/rules/weston.in index 992c5961f565..200656e2e483 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -109,6 +109,12 @@ config

[ptxdist] [PATCH v2 2/4] weston: optionally build and install remoting plugin

2019-03-29 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 6 ++ rules/weston.make | 5 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/rules/weston.in b/rules/weston.in index 27e360b69553..992c5961f565 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -31,6 +31,8 @@

Re: [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0

2019-03-29 Thread Michael Olbrich
On Thu, Mar 28, 2019 at 10:32:07AM +0100, Philipp Zabel wrote: > - switch build system to Meson > - weston-screenshooter is now installed in /usr/bin > - build and install debug tool > > Signed-off-by: Philipp Zabel > --- > rules/weston.make | 90 +++

Re: [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0

2019-03-29 Thread Michael Tretter
On Thu, 28 Mar 2019 10:32:07 +0100, Philipp Zabel wrote: > - switch build system to Meson > - weston-screenshooter is now installed in /usr/bin > - build and install debug tool > > Signed-off-by: Philipp Zabel > --- > rules/weston.make | 90 +++ > 1

Re: [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0

2019-03-29 Thread Michael Olbrich
On Fri, Mar 29, 2019 at 07:15:59AM +0100, Michael Olbrich wrote: > On Thu, Mar 28, 2019 at 10:32:07AM +0100, Philipp Zabel wrote: > > - switch build system to Meson > > - weston-screenshooter is now installed in /usr/bin > > - build and install debug tool > > > > Signed-off-by: Philipp Zabel > >

Re: [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0

2019-03-29 Thread Michael Olbrich
On Thu, Mar 28, 2019 at 10:32:07AM +0100, Philipp Zabel wrote: > - switch build system to Meson > - weston-screenshooter is now installed in /usr/bin > - build and install debug tool > > Signed-off-by: Philipp Zabel > --- > rules/weston.make | 90 +++