Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] libinput: add 0.6.0 version
@ 2014-09-23 19:31 Denys Dmytriyenko
  2014-09-23 19:31 ` [PATCH 2/3] wayland: update version to 1.6.0 Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 19:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

libinput is an optional dependency for Weston to handle input devices
externally, which provides better support especially for touch devices.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta/recipes-graphics/wayland/libinput_0.6.0.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta/recipes-graphics/wayland/libinput_0.6.0.bb

diff --git a/meta/recipes-graphics/wayland/libinput_0.6.0.bb b/meta/recipes-graphics/wayland/libinput_0.6.0.bb
new file mode 100644
index 0000000..c3bbb7b
--- /dev/null
+++ b/meta/recipes-graphics/wayland/libinput_0.6.0.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Library to handle input devices in Wayland compositors"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
+SECTION = "libs"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d"
+
+DEPENDS = "libevdev udev mtdev"
+
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
+SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
+SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc"
+
+inherit autotools pkgconfig
-- 
2.0.4



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

* [PATCH 2/3] wayland: update version to 1.6.0
  2014-09-23 19:31 [PATCH 1/3] libinput: add 0.6.0 version Denys Dmytriyenko
@ 2014-09-23 19:31 ` Denys Dmytriyenko
  2014-09-23 19:31 ` [PATCH 3/3] weston: update to version 1.6.0, add libinput PACKAGECONFIG Denys Dmytriyenko
  2014-09-23 20:27 ` [PATCH 1/3] libinput: add 0.6.0 version Burton, Ross
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 19:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

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

diff --git a/meta/recipes-graphics/wayland/wayland_1.5.0.bb b/meta/recipes-graphics/wayland/wayland_1.6.0.bb
similarity index 92%
rename from meta/recipes-graphics/wayland/wayland_1.5.0.bb
rename to meta/recipes-graphics/wayland/wayland_1.6.0.bb
index b1ae59e..cf3c094 100644
--- a/meta/recipes-graphics/wayland/wayland_1.5.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.6.0.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1d4476a7d98dd5691c53d4d43a510c72 \
                     file://src/wayland-server.c;endline=21;md5=079ae21dbf98ada52ec23744851b0a5c"
 
 SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "1d882776b27329b91d2d500b6d66dd1d"
-SRC_URI[sha256sum] = "0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5"
+SRC_URI[md5sum] = "d34c141c975084e4fb668e77b38f840e"
+SRC_URI[sha256sum] = "a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f"
 SRC_URI_append_class-native = " \
     file://disable-macro-checks-not-used-for-scanner.patch \
     "
-- 
2.0.4



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

* [PATCH 3/3] weston: update to version 1.6.0, add libinput PACKAGECONFIG
  2014-09-23 19:31 [PATCH 1/3] libinput: add 0.6.0 version Denys Dmytriyenko
  2014-09-23 19:31 ` [PATCH 2/3] wayland: update version to 1.6.0 Denys Dmytriyenko
@ 2014-09-23 19:31 ` Denys Dmytriyenko
  2014-09-23 20:27 ` [PATCH 1/3] libinput: add 0.6.0 version Burton, Ross
  2 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 19:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

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

diff --git a/meta/recipes-graphics/wayland/weston_1.5.0.bb b/meta/recipes-graphics/wayland/weston_1.6.0.bb
similarity index 93%
rename from meta/recipes-graphics/wayland/weston_1.5.0.bb
rename to meta/recipes-graphics/wayland/weston_1.6.0.bb
index 4a8584f..efbbbe0 100644
--- a/meta/recipes-graphics/wayland/weston_1.5.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.6.0.bb
@@ -12,8 +12,8 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
            file://make-lcms-explicitly-configurable.patch \
            file://make-libwebp-explicitly-configurable.patch \
 "
-SRC_URI[md5sum] = "8eb40d230efc2411f083c20656534780"
-SRC_URI[sha256sum] = "06388ba04ac79aa72d685cc1a8e646ddb2b8cfe11fcc742294f9addac48b7684"
+SRC_URI[md5sum] = "c60ce9dde99a089db0539d8f6b557827"
+SRC_URI[sha256sum] = "dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d"
 
 inherit autotools pkgconfig useradd
 
@@ -60,6 +60,8 @@ PACKAGECONFIG[cairo-glesv2] = "--with-cairo-glesv2,--with-cairo=image,cairo"
 PACKAGECONFIG[lcms] = "--enable-lcms,--disable-lcms,lcms"
 # Weston with webp support
 PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
+# Weston with libinput backend
+PACKAGECONFIG[libinput] = "--enable-libinput-backend,--disable-libinput-backend,libinput"
 
 do_install_append() {
 	# Weston doesn't need the .la files to load modules, so wipe them
-- 
2.0.4



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

* Re: [PATCH 1/3] libinput: add 0.6.0 version
  2014-09-23 19:31 [PATCH 1/3] libinput: add 0.6.0 version Denys Dmytriyenko
  2014-09-23 19:31 ` [PATCH 2/3] wayland: update version to 1.6.0 Denys Dmytriyenko
  2014-09-23 19:31 ` [PATCH 3/3] weston: update to version 1.6.0, add libinput PACKAGECONFIG Denys Dmytriyenko
@ 2014-09-23 20:27 ` Burton, Ross
  2014-09-23 20:29   ` Denys Dmytriyenko
  2 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2014-09-23 20:27 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Denys Dmytriyenko, OE-core

I didn't see a 3/3 for this series on the list.  It's also too late
for 1.7, so I'll queue this in my staging branch for 1.8.

Ross

On 23 September 2014 20:31, Denys Dmytriyenko <denis@denix.org> wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> libinput is an optional dependency for Weston to handle input devices
> externally, which provides better support especially for touch devices.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta/recipes-graphics/wayland/libinput_0.6.0.bb | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta/recipes-graphics/wayland/libinput_0.6.0.bb
>
> diff --git a/meta/recipes-graphics/wayland/libinput_0.6.0.bb b/meta/recipes-graphics/wayland/libinput_0.6.0.bb
> new file mode 100644
> index 0000000..c3bbb7b
> --- /dev/null
> +++ b/meta/recipes-graphics/wayland/libinput_0.6.0.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "Library to handle input devices in Wayland compositors"
> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
> +SECTION = "libs"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d"
> +
> +DEPENDS = "libevdev udev mtdev"
> +
> +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
> +SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
> +SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc"
> +
> +inherit autotools pkgconfig
> --
> 2.0.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 1/3] libinput: add 0.6.0 version
  2014-09-23 20:27 ` [PATCH 1/3] libinput: add 0.6.0 version Burton, Ross
@ 2014-09-23 20:29   ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-09-23 20:29 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Denys Dmytriyenko, OE-core

On Tue, Sep 23, 2014 at 09:27:19PM +0100, Burton, Ross wrote:
> I didn't see a 3/3 for this series on the list.  It's also too late
> for 1.7, so I'll queue this in my staging branch for 1.8.

This is fine to wait until 1.8 opens. Not sure where 3/3 got stuck - sometimes 
my emails to the list got delayed for few hours...

-- 
Denys


> On 23 September 2014 20:31, Denys Dmytriyenko <denis@denix.org> wrote:
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > libinput is an optional dependency for Weston to handle input devices
> > externally, which provides better support especially for touch devices.
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  meta/recipes-graphics/wayland/libinput_0.6.0.bb | 14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> >  create mode 100644 meta/recipes-graphics/wayland/libinput_0.6.0.bb
> >
> > diff --git a/meta/recipes-graphics/wayland/libinput_0.6.0.bb b/meta/recipes-graphics/wayland/libinput_0.6.0.bb
> > new file mode 100644
> > index 0000000..c3bbb7b
> > --- /dev/null
> > +++ b/meta/recipes-graphics/wayland/libinput_0.6.0.bb
> > @@ -0,0 +1,14 @@
> > +SUMMARY = "Library to handle input devices in Wayland compositors"
> > +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
> > +SECTION = "libs"
> > +
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d"
> > +
> > +DEPENDS = "libevdev udev mtdev"
> > +
> > +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
> > +SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
> > +SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc"
> > +
> > +inherit autotools pkgconfig
> > --
> > 2.0.4
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 


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

end of thread, other threads:[~2014-09-23 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 19:31 [PATCH 1/3] libinput: add 0.6.0 version Denys Dmytriyenko
2014-09-23 19:31 ` [PATCH 2/3] wayland: update version to 1.6.0 Denys Dmytriyenko
2014-09-23 19:31 ` [PATCH 3/3] weston: update to version 1.6.0, add libinput PACKAGECONFIG Denys Dmytriyenko
2014-09-23 20:27 ` [PATCH 1/3] libinput: add 0.6.0 version Burton, Ross
2014-09-23 20:29   ` Denys Dmytriyenko

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