Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] [PATCH] wayland:Upgrade to 1.16.91
@ 2019-02-26  6:00 Hong Liu
  2019-02-26  7:47 ` Burton, Ross
  2019-02-26 18:10 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Hong Liu @ 2019-02-26  6:00 UTC (permalink / raw)
  To: openembedded-core

Upgrade wayland from 1.16.0 to 1.16.91.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 .../wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} (92%)

diff --git a/meta/recipes-graphics/wayland/wayland_1.16.0.bb b/meta/recipes-graphics/wayland/wayland_1.16.91.bb
similarity index 92%
rename from meta/recipes-graphics/wayland/wayland_1.16.0.bb
rename to meta/recipes-graphics/wayland/wayland_1.16.91.bb
index 112ee1a25e..8d7a06cdde 100644
--- a/meta/recipes-graphics/wayland/wayland_1.16.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.16.91.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] = "0c215e53de71d6fb26f7102cdc6432d3"
-SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"
+SRC_URI[md5sum] = "711fea532899f2de096ebafdc54d1e3f"
+SRC_URI[sha256sum] = "d51b83a51034ed5474517e0b0bca2d4e7056e4c51d720ea885f0c34f243fee90"
 
 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
 
-- 
2.17.2





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

* Re: [PATCH] [PATCH] wayland:Upgrade to 1.16.91
  2019-02-26  6:00 [PATCH] [PATCH] wayland:Upgrade to 1.16.91 Hong Liu
@ 2019-02-26  7:47 ` Burton, Ross
  2019-02-26 18:10 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2019-02-26  7:47 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

From https://wayland.freedesktop.org/releases.html:

"The alphas for Wayland 1.17 (version 1.16.91) and Weston 6.0 (version
5.0.91) were released."

We don't ship alpha releases.

Ross

On Tue, 26 Feb 2019 at 05:59, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
>
> Upgrade wayland from 1.16.0 to 1.16.91.
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  .../wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb}         | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} (92%)
>
> diff --git a/meta/recipes-graphics/wayland/wayland_1.16.0.bb b/meta/recipes-graphics/wayland/wayland_1.16.91.bb
> similarity index 92%
> rename from meta/recipes-graphics/wayland/wayland_1.16.0.bb
> rename to meta/recipes-graphics/wayland/wayland_1.16.91.bb
> index 112ee1a25e..8d7a06cdde 100644
> --- a/meta/recipes-graphics/wayland/wayland_1.16.0.bb
> +++ b/meta/recipes-graphics/wayland/wayland_1.16.91.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] = "0c215e53de71d6fb26f7102cdc6432d3"
> -SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"
> +SRC_URI[md5sum] = "711fea532899f2de096ebafdc54d1e3f"
> +SRC_URI[sha256sum] = "d51b83a51034ed5474517e0b0bca2d4e7056e4c51d720ea885f0c34f243fee90"
>
>  UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
>
> --
> 2.17.2
>
>
>
> --
> _______________________________________________
> 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

* Re: [PATCH] [PATCH] wayland:Upgrade to 1.16.91
  2019-02-26  6:00 [PATCH] [PATCH] wayland:Upgrade to 1.16.91 Hong Liu
  2019-02-26  7:47 ` Burton, Ross
@ 2019-02-26 18:10 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-02-26 18:10 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

On Tue, Feb 26, 2019 at 02:00:00PM +0800, Hong Liu wrote:
> Upgrade wayland from 1.16.0 to 1.16.91.

NAK - this is the first alpha in a long road to official 17.0 release.


> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  .../wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb}         | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} (92%)
> 
> diff --git a/meta/recipes-graphics/wayland/wayland_1.16.0.bb b/meta/recipes-graphics/wayland/wayland_1.16.91.bb
> similarity index 92%
> rename from meta/recipes-graphics/wayland/wayland_1.16.0.bb
> rename to meta/recipes-graphics/wayland/wayland_1.16.91.bb
> index 112ee1a25e..8d7a06cdde 100644
> --- a/meta/recipes-graphics/wayland/wayland_1.16.0.bb
> +++ b/meta/recipes-graphics/wayland/wayland_1.16.91.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] = "0c215e53de71d6fb26f7102cdc6432d3"
> -SRC_URI[sha256sum] = "4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"
> +SRC_URI[md5sum] = "711fea532899f2de096ebafdc54d1e3f"
> +SRC_URI[sha256sum] = "d51b83a51034ed5474517e0b0bca2d4e7056e4c51d720ea885f0c34f243fee90"
>  
>  UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
>  
> -- 
> 2.17.2
> 
> 
> 
> -- 
> _______________________________________________
> 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:[~2019-02-26 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-26  6:00 [PATCH] [PATCH] wayland:Upgrade to 1.16.91 Hong Liu
2019-02-26  7:47 ` Burton, Ross
2019-02-26 18:10 ` Denys Dmytriyenko

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