Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10
@ 2017-08-22 20:04 Bernd Kuhls
  2017-08-22 20:04 ` [Buildroot] [PATCH/next 2/3] package/wayland: bump version to 1.14.0 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2017-08-22 20:04 UTC (permalink / raw)
  To: buildroot

Added all hashes provided by upstream.

Upcoming mesa3d 17.2.0 needs version >= 1.8:
https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=17.2&id=02cc359372773800de817950aebdf9be2c7973d1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/wayland-protocols/wayland-protocols.hash | 6 ++++--
 package/wayland-protocols/wayland-protocols.mk   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/wayland-protocols/wayland-protocols.hash b/package/wayland-protocols/wayland-protocols.hash
index a31669801..bfda1d81a 100644
--- a/package/wayland-protocols/wayland-protocols.hash
+++ b/package/wayland-protocols/wayland-protocols.hash
@@ -1,2 +1,4 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2016-August/030606.html
-sha256	635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f	wayland-protocols-1.7.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2017-July/034706.html
+md5 84a7846c2b6a6a3e265fc9be36453e60  wayland-protocols-1.10.tar.xz
+sha1 4f1322f03fa8b2e6467b8f71471f53eff82728a4  wayland-protocols-1.10.tar.xz
+sha256 5719c51d7354864983171c5083e93a72ac99229e2b460c4bb10513de08839c0a  wayland-protocols-1.10.tar.xz
diff --git a/package/wayland-protocols/wayland-protocols.mk b/package/wayland-protocols/wayland-protocols.mk
index 54c2ec138..a4b3376fa 100644
--- a/package/wayland-protocols/wayland-protocols.mk
+++ b/package/wayland-protocols/wayland-protocols.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WAYLAND_PROTOCOLS_VERSION = 1.7
+WAYLAND_PROTOCOLS_VERSION = 1.10
 WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
 WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
 WAYLAND_PROTOCOLS_LICENSE = MIT
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH/next 2/3] package/wayland: bump version to 1.14.0
  2017-08-22 20:04 [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Bernd Kuhls
@ 2017-08-22 20:04 ` Bernd Kuhls
  2017-08-22 20:04 ` [Buildroot] [PATCH/next 3/3] package/weston: bump version to 3.0.0 Bernd Kuhls
  2017-08-23 13:46 ` [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2017-08-22 20:04 UTC (permalink / raw)
  To: buildroot

Added all hashes provided by upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/wayland/wayland.hash | 7 +++++--
 package/wayland/wayland.mk   | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/package/wayland/wayland.hash b/package/wayland/wayland.hash
index 9b2c01dc4..c46aca2bd 100644
--- a/package/wayland/wayland.hash
+++ b/package/wayland/wayland.hash
@@ -1,2 +1,5 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2017-February/033193.html
-sha256  69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51	wayland-1.13.0.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2017-August/034748.html
+md5  0235f6075c32c3be61cff94fa0b9f108  wayland-1.14.0.tar.xz
+sha1 53a443be3bafe73209bbc49ef2cb134ed16e0141  wayland-1.14.0.tar.xz
+sha256 ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8  wayland-1.14.0.tar.xz
+sha512 bd38b2b8963d4d98d42c270e5d7dbff6323789a173b19b67a18258424fd8adee5021b282c9d7f6dad0bd25aa0160e76aecd8ed803d4eb25d911ef0a81cd713a5  wayland-1.14.0.tar.xz
diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk
index bd1030e95..10710a811 100644
--- a/package/wayland/wayland.mk
+++ b/package/wayland/wayland.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WAYLAND_VERSION = 1.13.0
+WAYLAND_VERSION = 1.14.0
 WAYLAND_SITE = http://wayland.freedesktop.org/releases
 WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz
 WAYLAND_LICENSE = MIT
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH/next 3/3] package/weston: bump version to 3.0.0
  2017-08-22 20:04 [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Bernd Kuhls
  2017-08-22 20:04 ` [Buildroot] [PATCH/next 2/3] package/wayland: bump version to 1.14.0 Bernd Kuhls
@ 2017-08-22 20:04 ` Bernd Kuhls
  2017-08-23 13:47   ` Thomas Petazzoni
  2017-08-23 13:46 ` [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2017-08-22 20:04 UTC (permalink / raw)
  To: buildroot

Added all hashes provided by upstream.

Removed dependency to mtdev after:
https://github.com/wayland-project/weston/commit/167bbb6d109c7c93be3b58232f8c5b8795df44f2

libdrm is now a hard dependency:
https://github.com/wayland-project/weston/commit/b030897b380be4ac8089deecc3db6967dfe7923e

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/weston/Config.in   | 2 +-
 package/weston/weston.hash | 7 +++++--
 package/weston/weston.mk   | 4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/package/weston/Config.in b/package/weston/Config.in
index 454a14d39..61f157ec7 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -17,8 +17,8 @@ config BR2_PACKAGE_WESTON
 	select BR2_PACKAGE_CAIRO_PNG
 	select BR2_PACKAGE_LIBPNG
 	select BR2_PACKAGE_JPEG
-	select BR2_PACKAGE_MTDEV
 	select BR2_PACKAGE_LIBINPUT
+	select BR2_PACKAGE_LIBDRM
 	# Runtime dependency
 	select BR2_PACKAGE_XKEYBOARD_CONFIG
 	# Make sure at least one compositor is selected.
diff --git a/package/weston/weston.hash b/package/weston/weston.hash
index 85b461303..82c97b8cc 100644
--- a/package/weston/weston.hash
+++ b/package/weston/weston.hash
@@ -1,2 +1,5 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2017-February/033231.html
-sha256  b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8  weston-2.0.0.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2017-August/034749.html
+md5 9c42a4c51a1b9f35d040fa9d45ada36d  weston-3.0.0.tar.xz
+sha1 0a75c2ee10f2453a073411157bb6ed029080669f  weston-3.0.0.tar.xz
+sha256 cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5  weston-3.0.0.tar.xz
+sha512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58  weston-3.0.0.tar.xz
diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index a6d9faa1b..93b0246e9 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -4,14 +4,14 @@
 #
 ################################################################################
 
-WESTON_VERSION = 2.0.0
+WESTON_VERSION = 3.0.0
 WESTON_SITE = http://wayland.freedesktop.org/releases
 WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
 WESTON_LICENSE = MIT
 WESTON_LICENSE_FILES = COPYING
 
 WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \
-	libxkbcommon pixman libpng jpeg mtdev udev cairo libinput \
+	libxkbcommon pixman libpng jpeg udev cairo libinput libdrm \
 	$(if $(BR2_PACKAGE_WEBP),webp)
 
 WESTON_CONF_OPTS = \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10
  2017-08-22 20:04 [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Bernd Kuhls
  2017-08-22 20:04 ` [Buildroot] [PATCH/next 2/3] package/wayland: bump version to 1.14.0 Bernd Kuhls
  2017-08-22 20:04 ` [Buildroot] [PATCH/next 3/3] package/weston: bump version to 3.0.0 Bernd Kuhls
@ 2017-08-23 13:46 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-08-23 13:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 22 Aug 2017 22:04:34 +0200, Bernd Kuhls wrote:
> Added all hashes provided by upstream.
> 
> Upcoming mesa3d 17.2.0 needs version >= 1.8:
> https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=17.2&id=02cc359372773800de817950aebdf9be2c7973d1
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/wayland-protocols/wayland-protocols.hash | 6 ++++--
>  package/wayland-protocols/wayland-protocols.mk   | 2 +-
>  2 files changed, 5 insertions(+), 3 deletions(-)

Series applied to next, with some changes on PATCH 3/3, I'll reply to
it specifically. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH/next 3/3] package/weston: bump version to 3.0.0
  2017-08-22 20:04 ` [Buildroot] [PATCH/next 3/3] package/weston: bump version to 3.0.0 Bernd Kuhls
@ 2017-08-23 13:47   ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-08-23 13:47 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 22 Aug 2017 22:04:36 +0200, Bernd Kuhls wrote:

> diff --git a/package/weston/Config.in b/package/weston/Config.in
> index 454a14d39..61f157ec7 100644
> --- a/package/weston/Config.in
> +++ b/package/weston/Config.in
> @@ -17,8 +17,8 @@ config BR2_PACKAGE_WESTON
>  	select BR2_PACKAGE_CAIRO_PNG
>  	select BR2_PACKAGE_LIBPNG
>  	select BR2_PACKAGE_JPEG
> -	select BR2_PACKAGE_MTDEV
>  	select BR2_PACKAGE_LIBINPUT
> +	select BR2_PACKAGE_LIBDRM

So, the select BR2_PACKAGE_LIBDRM that was in BR2_PACKAGE_WESTON_DRM
should have been removed.

I've fixed that before applying.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-23 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 20:04 [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Bernd Kuhls
2017-08-22 20:04 ` [Buildroot] [PATCH/next 2/3] package/wayland: bump version to 1.14.0 Bernd Kuhls
2017-08-22 20:04 ` [Buildroot] [PATCH/next 3/3] package/weston: bump version to 3.0.0 Bernd Kuhls
2017-08-23 13:47   ` Thomas Petazzoni
2017-08-23 13:46 ` [Buildroot] [PATCH/next 1/3] package/wayland-protocols: bump version to 1.10 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox