Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] wayland: upgrade to 1.16.0
@ 2018-08-25 17:08 Denys Dmytriyenko
  2018-08-25 17:08 ` [PATCH 2/2] weston: upgrade to 5.0.0 Denys Dmytriyenko
  2018-09-07 17:38 ` [PATCH 1/2] wayland: upgrade to 1.16.0 Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-08-25 17:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-graphics/wayland/{wayland_1.15.0.bb => wayland_1.16.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland_1.15.0.bb => wayland_1.16.0.bb} (92%)

diff --git a/meta/recipes-graphics/wayland/wayland_1.15.0.bb b/meta/recipes-graphics/wayland/wayland_1.16.0.bb
similarity index 92%
rename from meta/recipes-graphics/wayland/wayland_1.15.0.bb
rename to meta/recipes-graphics/wayland/wayland_1.16.0.bb
index d037dc4..112ee1a 100644
--- a/meta/recipes-graphics/wayland/wayland_1.15.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.16.0.bb
@@ -15,8 +15,8 @@ DEPENDS = "expat libxml2 libffi wayland-native"
 SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
 	   file://fixpathinpcfiles.patch \
            "
-SRC_URI[md5sum] = "b7393c17fdce9a8d383edab656c92fd2"
-SRC_URI[sha256sum] = "eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0"
+SRC_URI[md5sum] = "0c215e53de71d6fb26f7102cdc6432d3"
+SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 
-- 
2.7.4



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

* [PATCH 2/2] weston: upgrade to 5.0.0
  2018-08-25 17:08 [PATCH 1/2] wayland: upgrade to 1.16.0 Denys Dmytriyenko
@ 2018-08-25 17:08 ` Denys Dmytriyenko
  2018-09-07 17:38 ` [PATCH 1/2] wayland: upgrade to 1.16.0 Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-08-25 17:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

License checksum for compositor.c has changed due to extra copyright line
and year being updated - the license itself hasn't changed.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta/recipes-graphics/wayland/{weston_4.0.0.bb => weston_5.0.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/wayland/{weston_4.0.0.bb => weston_5.0.0.bb} (95%)

diff --git a/meta/recipes-graphics/wayland/weston_4.0.0.bb b/meta/recipes-graphics/wayland/weston_5.0.0.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/weston_4.0.0.bb
rename to meta/recipes-graphics/wayland/weston_5.0.0.bb
index 3d192cf..299408b 100644
--- a/meta/recipes-graphics/wayland/weston_4.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_5.0.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
 HOMEPAGE = "http://wayland.freedesktop.org"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \
-                    file://libweston/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38"
+                    file://libweston/compositor.c;endline=27;md5=6c53bbbd99273f4f7c4affa855c33c0a"
 
 SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
            file://weston.png \
@@ -12,8 +12,8 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
            file://xwayland.weston-start \
            file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
 "
-SRC_URI[md5sum] = "33709aa4d5916f89643fca0fc0064b39"
-SRC_URI[sha256sum] = "a0fc0ae7ef83dfbed12abfe9b8096a24a7dd00705e86fa0db1e619ded18b4b58"
+SRC_URI[md5sum] = "752a04ce3c65af4884cfac4e57231bdb"
+SRC_URI[sha256sum] = "15a23423bcfa45e31e1dedc0cd524ba71e2930df174fde9c99b71a537c4e4caf"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 
-- 
2.7.4



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

* Re: [PATCH 1/2] wayland: upgrade to 1.16.0
  2018-08-25 17:08 [PATCH 1/2] wayland: upgrade to 1.16.0 Denys Dmytriyenko
  2018-08-25 17:08 ` [PATCH 2/2] weston: upgrade to 5.0.0 Denys Dmytriyenko
@ 2018-09-07 17:38 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-09-07 17:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

Ping.


On Sat, Aug 25, 2018 at 01:08:57PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../recipes-graphics/wayland/{wayland_1.15.0.bb => wayland_1.16.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/wayland/{wayland_1.15.0.bb => wayland_1.16.0.bb} (92%)
> 
> diff --git a/meta/recipes-graphics/wayland/wayland_1.15.0.bb b/meta/recipes-graphics/wayland/wayland_1.16.0.bb
> similarity index 92%
> rename from meta/recipes-graphics/wayland/wayland_1.15.0.bb
> rename to meta/recipes-graphics/wayland/wayland_1.16.0.bb
> index d037dc4..112ee1a 100644
> --- a/meta/recipes-graphics/wayland/wayland_1.15.0.bb
> +++ b/meta/recipes-graphics/wayland/wayland_1.16.0.bb
> @@ -15,8 +15,8 @@ DEPENDS = "expat libxml2 libffi wayland-native"
>  SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
>  	   file://fixpathinpcfiles.patch \
>             "
> -SRC_URI[md5sum] = "b7393c17fdce9a8d383edab656c92fd2"
> -SRC_URI[sha256sum] = "eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0"
> +SRC_URI[md5sum] = "0c215e53de71d6fb26f7102cdc6432d3"
> +SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"
>  
>  UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
>  
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2018-09-07 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-25 17:08 [PATCH 1/2] wayland: upgrade to 1.16.0 Denys Dmytriyenko
2018-08-25 17:08 ` [PATCH 2/2] weston: upgrade to 5.0.0 Denys Dmytriyenko
2018-09-07 17:38 ` [PATCH 1/2] wayland: upgrade to 1.16.0 Denys Dmytriyenko

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