* [PATCH 1/7] libinput: update to 0.6.0
@ 2014-09-26 15:40 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 2/7] wayland: update to version 1.6.0 Denys Dmytriyenko
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../wayland/{libinput_git.bb => libinput_0.6.0.bb} | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
rename meta-arago-extras/recipes-graphics/wayland/{libinput_git.bb => libinput_0.6.0.bb} (42%)
diff --git a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
similarity index 42%
rename from meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
rename to meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
index 6635e7d..c3bbb7b 100644
--- a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
+++ b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
@@ -1,20 +1,14 @@
-DESCRIPTION = "libinput is a library to handle input devices in Wayland compositors"
+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"
-inherit autotools pkgconfig
-
DEPENDS = "libevdev udev mtdev"
-PR = "r2"
-
-BRANCH = "master"
-SRCREV = "0647574c46e5e930063ace7b35385213dca33dc1"
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
+SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
+SRC_URI[sha256sum] = "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc"
-PV = "0.5.0"
-
-SRC_URI = "git://anongit.freedesktop.org/wayland/libinput;protocol=git;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
+inherit autotools pkgconfig
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/7] wayland: update to version 1.6.0
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
@ 2014-09-26 15:40 ` Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 3/7] weston: " Denys Dmytriyenko
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../wayland/{wayland_1.5.0.bb => wayland_1.6.0.bb} | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
rename meta-arago-extras/recipes-graphics/wayland/{wayland_1.5.0.bb => wayland_1.6.0.bb} (88%)
diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb b/meta-arago-extras/recipes-graphics/wayland/wayland_1.6.0.bb
similarity index 88%
rename from meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb
rename to meta-arago-extras/recipes-graphics/wayland/wayland_1.6.0.bb
index 800ba7a..cf3c094 100644
--- a/meta-arago-extras/recipes-graphics/wayland/wayland_1.5.0.bb
+++ b/meta-arago-extras/recipes-graphics/wayland/wayland_1.6.0.bb
@@ -10,17 +10,12 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=1d4476a7d98dd5691c53d4d43a510c72 \
file://src/wayland-server.c;endline=21;md5=079ae21dbf98ada52ec23744851b0a5c"
-BRANCH = "master"
-SRCREV = "3ac62cd6b6012f40e37b1bd7fc1e8178585905ca"
-
-SRC_URI = "git://anongit.freedesktop.org/wayland/wayland;protocol=git;branch=${BRANCH}"
-
+SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "d34c141c975084e4fb668e77b38f840e"
+SRC_URI[sha256sum] = "a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f"
SRC_URI_append_class-native = " \
file://disable-macro-checks-not-used-for-scanner.patch \
"
-
-S = "${WORKDIR}/git"
-
EXTRA_OECONF_class-native = "--disable-documentation --enable-scanner"
inherit autotools pkgconfig
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 3/7] weston: update to version 1.6.0
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 2/7] wayland: update to version 1.6.0 Denys Dmytriyenko
@ 2014-09-26 15:40 ` Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 4/7] wayland_1.5.0.bbappend: remove no longer needed bbappend Denys Dmytriyenko
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../wayland/{weston_1.5.0.bb => weston_1.6.0.bb} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
rename meta-arago-extras/recipes-graphics/wayland/{weston_1.5.0.bb => weston_1.6.0.bb} (91%)
diff --git a/meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb b/meta-arago-extras/recipes-graphics/wayland/weston_1.6.0.bb
similarity index 91%
rename from meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb
rename to meta-arago-extras/recipes-graphics/wayland/weston_1.6.0.bb
index e1ff61b..efbbbe0 100644
--- a/meta-arago-extras/recipes-graphics/wayland/weston_1.5.0.bb
+++ b/meta-arago-extras/recipes-graphics/wayland/weston_1.6.0.bb
@@ -5,18 +5,15 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=275efac2559a224527bd4fd593d38466 \
file://src/compositor.c;endline=23;md5=aa98a8db03480fe7d500d0b1f4b8850c"
-BRANCH = "master"
-SRCREV = "880193622024d7dc2b36421251d97b08da324570"
-
-SRC_URI = "git://anongit.freedesktop.org/wayland/weston;protocol=git;branch=${BRANCH} \
+SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
file://weston.png \
file://weston.desktop \
file://disable-wayland-scanner-pkg-check.patch \
file://make-lcms-explicitly-configurable.patch \
file://make-libwebp-explicitly-configurable.patch \
"
-
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "c60ce9dde99a089db0539d8f6b557827"
+SRC_URI[sha256sum] = "dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d"
inherit autotools pkgconfig useradd
@@ -63,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] 9+ messages in thread
* [PATCH 4/7] wayland_1.5.0.bbappend: remove no longer needed bbappend
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 2/7] wayland: update to version 1.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 3/7] weston: " Denys Dmytriyenko
@ 2014-09-26 15:40 ` Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 5/7] weston_1.4.0.bbappend: " Denys Dmytriyenko
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
meta-arago-distro/recipes-graphics/wayland/wayland_1.5.0.bbappend | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 meta-arago-distro/recipes-graphics/wayland/wayland_1.5.0.bbappend
diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland_1.5.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/wayland_1.5.0.bbappend
deleted file mode 100644
index 47ff4db..0000000
--- a/meta-arago-distro/recipes-graphics/wayland/wayland_1.5.0.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-PR_append = "-arago0"
-
-SRCREV = "b24fa4c8216e3f0f7b644c7b8c6949925f19ada9"
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 5/7] weston_1.4.0.bbappend: remove no longer needed bbappend
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
` (2 preceding siblings ...)
2014-09-26 15:40 ` [PATCH 4/7] wayland_1.5.0.bbappend: remove no longer needed bbappend Denys Dmytriyenko
@ 2014-09-26 15:40 ` Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 6/7] weston: update bbappend for the new 1.6.0 version Denys Dmytriyenko
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../recipes-graphics/wayland/weston_1.4.0.bbappend | 19 -------------------
1 file changed, 19 deletions(-)
delete mode 100644 meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
deleted file mode 100644
index e62cfa3..0000000
--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.4.0.bbappend
+++ /dev/null
@@ -1,19 +0,0 @@
-PR_append = "-arago2"
-
-# When configured for fbdev compositor, make it the default
-PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://wayland_env.sh"
-
-# Add custom Arago Wayland Environment script file
-do_install_append () {
- install -d ${D}${sysconfdir}/profile.d
- install -m 0644 ${WORKDIR}/wayland_env.sh ${D}${sysconfdir}/profile.d/
-}
-
-PACKAGES += "${PN}-conf"
-
-FILES_${PN}-conf += "${sysconfdir}/profile.d/*"
-RDEPENDS_${PN} += "${PN}-conf"
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 6/7] weston: update bbappend for the new 1.6.0 version
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
` (3 preceding siblings ...)
2014-09-26 15:40 ` [PATCH 5/7] weston_1.4.0.bbappend: " Denys Dmytriyenko
@ 2014-09-26 15:40 ` Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 7/7] arago.conf: enable libinput PACKAGECONFIG for weston Denys Dmytriyenko
2014-09-26 17:50 ` [PATCH 1/7] libinput: update to 0.6.0 Cooper Jr., Franklin
6 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../wayland/weston/normalize-WL_CALIBRATION.patch | 139 ---------------------
...weston_1.5.0.bbappend => weston_1.6.0.bbappend} | 9 +-
2 files changed, 1 insertion(+), 147 deletions(-)
delete mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/normalize-WL_CALIBRATION.patch
rename meta-arago-distro/recipes-graphics/wayland/{weston_1.5.0.bbappend => weston_1.6.0.bbappend} (78%)
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/normalize-WL_CALIBRATION.patch b/meta-arago-distro/recipes-graphics/wayland/weston/normalize-WL_CALIBRATION.patch
deleted file mode 100644
index 054d4de..0000000
--- a/meta-arago-distro/recipes-graphics/wayland/weston/normalize-WL_CALIBRATION.patch
+++ /dev/null
@@ -1,139 +0,0 @@
-Subject: [PATCH weston] libinput: normalize WL_CALIBRATION before passing it
- to libinput
-In-Reply-To: <1409113902-4180-1-git-send-email-peter.hutterer@who-t.net>
-References: <1409113902-4180-1-git-send-email-peter.hutterer@who-t.net>
-Message-ID: <1409113902-4180-2-git-send-email-peter.hutterer@who-t.net>
-
-WL_CALIBRATION, introduced in weston-1.1, requires the translation component
-of the calibration matrix to be in screen coordinates. libinput does not have
-access to this and it's not a very generic way to do this anyway. So with
-the libinput backend, WL_CALIBRATION support is currently broken (#82742).
-This cannot be fixed in libinput without changing its API for this specific
-use-case.
-
-This patch lets weston take care of WL_CALIBRATION. It takes the original
-format and normalizes it before passing it to libinput. This way libinput
-still does the coordinate transformation, weston just needs to provide the
-initial configuration.
-
-Note that this needs an updated libinput, otherwise libinput will try to
-transform coordinates as well.
----
- src/libinput-device.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 87 insertions(+)
-
-diff --git a/src/libinput-device.c b/src/libinput-device.c
-index 6e50eeb..96fe2f2 100644
---- a/src/libinput-device.c
-+++ b/src/libinput-device.c
-@@ -282,6 +282,90 @@ notify_output_destroy(struct wl_listener *listener, void *data)
- }
- }
-
-+/**
-+ * The WL_CALIBRATION property requires a pixel-specific matrix to be
-+ * applied after scaling device coordinates to screen coordinates. libinput
-+ * can't do that, so we need to convert the calibration to the normalized
-+ * format libinput expects.
-+ */
-+static void
-+evdev_device_set_calibration(struct evdev_device *device)
-+{
-+ struct udev *udev;
-+ struct udev_device *udev_device = NULL;
-+ const char *sysname = libinput_device_get_sysname(device->device);
-+ const char *calibration_values;
-+ uint32_t width, height;
-+ float calibration[6];
-+ enum libinput_config_status status;
-+
-+ if (!device->output)
-+ return;
-+
-+ width = device->output->width;
-+ height = device->output->height;
-+ if (width == 0 || height == 0)
-+ return;
-+
-+ /* If libinput has a pre-set calibration matrix, don't override it */
-+ if (!libinput_device_config_calibration_has_matrix(device->device) ||
-+ libinput_device_config_calibration_get_default_matrix(
-+ device->device,
-+ calibration) != 0)
-+ return;
-+
-+ udev = udev_new();
-+ if (!udev)
-+ return;
-+
-+ udev_device = udev_device_new_from_subsystem_sysname(udev,
-+ "input",
-+ sysname);
-+ if (!udev_device)
-+ goto out;
-+
-+ calibration_values =
-+ udev_device_get_property_value(udev_device,
-+ "WL_CALIBRATION");
-+
-+ if (!calibration_values || sscanf(calibration_values,
-+ "%f %f %f %f %f %f",
-+ &calibration[0],
-+ &calibration[1],
-+ &calibration[2],
-+ &calibration[3],
-+ &calibration[4],
-+ &calibration[5]) != 6)
-+ goto out;
-+
-+ weston_log("Applying calibration: %f %f %f %f %f %f "
-+ "(normalized %f %f)\n",
-+ calibration[0],
-+ calibration[1],
-+ calibration[2],
-+ calibration[3],
-+ calibration[4],
-+ calibration[5],
-+ calibration[2]/width,
-+ calibration[5]/height);
-+
-+ /* normalize to a format libinput can use. There is a chance of
-+ this being wrong if the width/height don't match the device
-+ width/height but I'm not sure how to fix that */
-+ calibration[2] /= width;
-+ calibration[5] /= height;
-+
-+ status = libinput_device_config_calibration_set_matrix(device->device,
-+ calibration);
-+ if (status != LIBINPUT_CONFIG_STATUS_SUCCESS)
-+ weston_log("Failed to apply calibration.\n");
-+
-+out:
-+ if (udev_device)
-+ udev_device_unref(udev_device);
-+ udev_unref(udev);
-+}
-+
- void
- evdev_device_set_output(struct evdev_device *device,
- struct weston_output *output)
-@@ -295,6 +379,7 @@ evdev_device_set_output(struct evdev_device *device,
- device->output_destroy_listener.notify = notify_output_destroy;
- wl_signal_add(&output->destroy_signal,
- &device->output_destroy_listener);
-+ evdev_device_set_calibration(device);
- }
-
- static void
-@@ -318,6 +403,8 @@ configure_device(struct evdev_device *device)
- libinput_device_config_tap_set_enabled(device->device,
- enable_tap);
- }
-+
-+ evdev_device_set_calibration(device);
- }
-
- struct evdev_device *
---
-1.9.3
-
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.5.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
similarity index 78%
rename from meta-arago-distro/recipes-graphics/wayland/weston_1.5.0.bbappend
rename to meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
index dfbda15..5d39575 100644
--- a/meta-arago-distro/recipes-graphics/wayland/weston_1.5.0.bbappend
+++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.6.0.bbappend
@@ -1,21 +1,14 @@
# When configured for fbdev compositor, make it the default
PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
-PR_append = "-arago1"
+PR_append = "-arago0"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-DEPENDS += "libinput"
-
SRC_URI += "file://wayland_env.sh \
file://weston.ini \
- file://normalize-WL_CALIBRATION.patch \
"
-SRCREV = "e67118c80ad411ac46b7096aae2635510c80ea6d"
-
-EXTRA_OECONF += "--enable-libinput-backend"
-
# Add custom Arago Wayland Environment script file
do_install_append () {
install -d ${D}${sysconfdir}/profile.d
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 7/7] arago.conf: enable libinput PACKAGECONFIG for weston
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
` (4 preceding siblings ...)
2014-09-26 15:40 ` [PATCH 6/7] weston: update bbappend for the new 1.6.0 version Denys Dmytriyenko
@ 2014-09-26 15:40 ` Denys Dmytriyenko
2014-09-26 17:50 ` [PATCH 1/7] libinput: update to 0.6.0 Cooper Jr., Franklin
6 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-26 15:40 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
meta-arago-distro/conf/distro/arago.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index d1e83b7..37fc5ab 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -27,7 +27,7 @@ QT_PROVIDER = "qt5"
# Distro-specific package configuration
# Weston - use fbdev compositor and provide launcher
-PACKAGECONFIG_pn-weston = "fbdev launch"
+PACKAGECONFIG_pn-weston = "fbdev launch libinput"
# Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit)
PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb"
--
2.0.4
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 1/7] libinput: update to 0.6.0
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
` (5 preceding siblings ...)
2014-09-26 15:40 ` [PATCH 7/7] arago.conf: enable libinput PACKAGECONFIG for weston Denys Dmytriyenko
@ 2014-09-26 17:50 ` Cooper Jr., Franklin
2014-09-30 21:06 ` Denys Dmytriyenko
6 siblings, 1 reply; 9+ messages in thread
From: Cooper Jr., Franklin @ 2014-09-26 17:50 UTC (permalink / raw)
To: Denys Dmytriyenko, meta-arago@arago-project.org
Any reason to update all these library versions? Or is it just to remove the patches I've added since its upstream?
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> Sent: Friday, September 26, 2014 10:41 AM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH 1/7] libinput: update to 0.6.0
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> .../wayland/{libinput_git.bb => libinput_0.6.0.bb} | 18 ++++++------------
> 1 file changed, 6 insertions(+), 12 deletions(-) rename meta-arago-
> extras/recipes-graphics/wayland/{libinput_git.bb => libinput_0.6.0.bb} (42%)
>
> diff --git a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> similarity index 42%
> rename from meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> rename to meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> index 6635e7d..c3bbb7b 100644
> --- a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> +++ b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> @@ -1,20 +1,14 @@
> -DESCRIPTION = "libinput is a library to handle input devices in Wayland
> compositors"
> +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"
>
> -inherit autotools pkgconfig
> -
> DEPENDS = "libevdev udev mtdev"
>
> -PR = "r2"
> -
> -BRANCH = "master"
> -SRCREV = "0647574c46e5e930063ace7b35385213dca33dc1"
> +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
> +SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
> +SRC_URI[sha256sum] =
> "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bf
> bc"
>
> -PV = "0.5.0"
> -
> -SRC_URI =
> "git://anongit.freedesktop.org/wayland/libinput;protocol=git;branch=${BRA
> NCH}"
> -
> -S = "${WORKDIR}/git"
> +inherit autotools pkgconfig
> --
> 2.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/7] libinput: update to 0.6.0
2014-09-26 17:50 ` [PATCH 1/7] libinput: update to 0.6.0 Cooper Jr., Franklin
@ 2014-09-30 21:06 ` Denys Dmytriyenko
0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2014-09-30 21:06 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
On Fri, Sep 26, 2014 at 05:50:03PM +0000, Cooper Jr., Franklin wrote:
> Any reason to update all these library versions? Or is it just to remove the
> patches I've added since its upstream?
Hmm, I seem to have missed this question.
The reason is simple - this is the latest release, which contains the
necessary patches that we had to pick up through a snapshot and local
patching.
--
Denys
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > Sent: Friday, September 26, 2014 10:41 AM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH 1/7] libinput: update to 0.6.0
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > .../wayland/{libinput_git.bb => libinput_0.6.0.bb} | 18 ++++++------------
> > 1 file changed, 6 insertions(+), 12 deletions(-) rename meta-arago-
> > extras/recipes-graphics/wayland/{libinput_git.bb => libinput_0.6.0.bb} (42%)
> >
> > diff --git a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> > b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> > similarity index 42%
> > rename from meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> > rename to meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> > index 6635e7d..c3bbb7b 100644
> > --- a/meta-arago-extras/recipes-graphics/wayland/libinput_git.bb
> > +++ b/meta-arago-extras/recipes-graphics/wayland/libinput_0.6.0.bb
> > @@ -1,20 +1,14 @@
> > -DESCRIPTION = "libinput is a library to handle input devices in Wayland
> > compositors"
> > +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"
> >
> > -inherit autotools pkgconfig
> > -
> > DEPENDS = "libevdev udev mtdev"
> >
> > -PR = "r2"
> > -
> > -BRANCH = "master"
> > -SRCREV = "0647574c46e5e930063ace7b35385213dca33dc1"
> > +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz"
> > +SRC_URI[md5sum] = "3afaf9f66d8796323a79edb879c10ba3"
> > +SRC_URI[sha256sum] =
> > "30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bf
> > bc"
> >
> > -PV = "0.5.0"
> > -
> > -SRC_URI =
> > "git://anongit.freedesktop.org/wayland/libinput;protocol=git;branch=${BRA
> > NCH}"
> > -
> > -S = "${WORKDIR}/git"
> > +inherit autotools pkgconfig
> > --
> > 2.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-09-30 21:06 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 15:40 [PATCH 1/7] libinput: update to 0.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 2/7] wayland: update to version 1.6.0 Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 3/7] weston: " Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 4/7] wayland_1.5.0.bbappend: remove no longer needed bbappend Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 5/7] weston_1.4.0.bbappend: " Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 6/7] weston: update bbappend for the new 1.6.0 version Denys Dmytriyenko
2014-09-26 15:40 ` [PATCH 7/7] arago.conf: enable libinput PACKAGECONFIG for weston Denys Dmytriyenko
2014-09-26 17:50 ` [PATCH 1/7] libinput: update to 0.6.0 Cooper Jr., Franklin
2014-09-30 21:06 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.