weston: update patches to latest version of the recipe

This was reported by the build:

  Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
  The context lines in the patches can be updated with devtool:

      devtool modify <recipe>
      devtool finish --force-patch-refresh <recipe> <layer_path>

This is the result of running the above commands to have
the patches automatically updated on their context lines:

      devtool modify weston
      devtool finish --force-patch-refresh weston meta-digi-dey

While on it, remove also the initial "From <SHA1>" lines.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2019-09-05 12:37:17 +02:00
parent 6e3334798c
commit 82d2acc543
3 changed files with 9 additions and 12 deletions

View File

@ -1,4 +1,3 @@
From 6ef33e86557c59b31c9b731c0360ec1d404cc801 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com> From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 29 May 2015 20:56:00 -0700 Date: Fri, 29 May 2015 20:56:00 -0700
Subject: [PATCH] make error() portable Subject: [PATCH] make error() portable
@ -17,7 +16,7 @@ Upstream-Status: Submitted
create mode 100644 libweston/weston-error.h create mode 100644 libweston/weston-error.h
diff --git a/configure.ac b/configure.ac diff --git a/configure.ac b/configure.ac
index 9d98e84..8f6b80d 100644 index 9d98e84bcf9e..8f6b80d932a7 100644
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -109,6 +109,8 @@ AC_CHECK_DECL(CLOCK_MONOTONIC,[], @@ -109,6 +109,8 @@ AC_CHECK_DECL(CLOCK_MONOTONIC,[],
@ -31,7 +30,7 @@ index 9d98e84..8f6b80d 100644
# check for libdrm as a build-time dependency only # check for libdrm as a build-time dependency only
diff --git a/libweston/weston-error.h b/libweston/weston-error.h diff --git a/libweston/weston-error.h b/libweston/weston-error.h
new file mode 100644 new file mode 100644
index 0000000..2089d02 index 000000000000..2089d02c2892
--- /dev/null --- /dev/null
+++ b/libweston/weston-error.h +++ b/libweston/weston-error.h
@@ -0,0 +1,20 @@ @@ -0,0 +1,20 @@
@ -56,7 +55,7 @@ index 0000000..2089d02
+#endif +#endif
+ +
diff --git a/libweston/weston-launch.c b/libweston/weston-launch.c diff --git a/libweston/weston-launch.c b/libweston/weston-launch.c
index bf73e0d..9064439 100644 index bf73e0d616a0..90644394309f 100644
--- a/libweston/weston-launch.c --- a/libweston/weston-launch.c
+++ b/libweston/weston-launch.c +++ b/libweston/weston-launch.c
@@ -33,7 +33,6 @@ @@ -33,7 +33,6 @@

View File

@ -1,4 +1,3 @@
From d5fb8567868866665502106def90017243a968a8 Mon Sep 17 00:00:00 2001
From: Tom Hochstein <tom.hochstein@nxp.com> From: Tom Hochstein <tom.hochstein@nxp.com>
Date: Wed, 22 Feb 2017 15:53:30 +0200 Date: Wed, 22 Feb 2017 15:53:30 +0200
Subject: [PATCH] weston-launch: Provide a default version that doesn't require Subject: [PATCH] weston-launch: Provide a default version that doesn't require
@ -21,7 +20,7 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2 files changed, 27 insertions(+), 2 deletions(-) 2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac diff --git a/configure.ac b/configure.ac
index 8f6b80d..603fcb3 100644 index 8f6b80d932a7..603fcb3ee5ab 100644
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -494,13 +494,17 @@ AC_ARG_ENABLE(resize-optimization, @@ -494,13 +494,17 @@ AC_ARG_ENABLE(resize-optimization,
@ -53,7 +52,7 @@ index 8f6b80d..603fcb3 100644
systemd notify support ${enable_systemd_notify} systemd notify support ${enable_systemd_notify}
diff --git a/libweston/weston-launch.c b/libweston/weston-launch.c diff --git a/libweston/weston-launch.c b/libweston/weston-launch.c
index 9064439..c6abe92 100644 index 90644394309f..c6abe92877d5 100644
--- a/libweston/weston-launch.c --- a/libweston/weston-launch.c
+++ b/libweston/weston-launch.c +++ b/libweston/weston-launch.c
@@ -51,7 +51,9 @@ @@ -51,7 +51,9 @@

View File

@ -1,4 +1,3 @@
From 46843c8681ddafbea6f491b7af4de6529e93f5bd Mon Sep 17 00:00:00 2001
From: Jun Zhu <junzhu@nxp.com> From: Jun Zhu <junzhu@nxp.com>
Date: Sun, 30 Sep 2018 15:31:26 +0800 Date: Sun, 30 Sep 2018 15:31:26 +0800
Subject: [PATCH] weston-touch-calibrator: Advertise the touchscreen calibrator Subject: [PATCH] weston-touch-calibrator: Advertise the touchscreen calibrator
@ -15,12 +14,12 @@ Signed-off-by: Jun Zhu <junzhu@nxp.com>
1 file changed, 3 insertions(+) 1 file changed, 3 insertions(+)
diff --git a/weston.ini.in b/weston.ini.in diff --git a/weston.ini.in b/weston.ini.in
index 83dd56e..6e20e11 100644 index d9094b1f58f5..8adcc646a30b 100644
--- a/weston.ini.in --- a/weston.ini.in
+++ b/weston.ini.in +++ b/weston.ini.in
@@ -3,6 +3,9 @@ @@ -7,6 +7,9 @@ idle-time=0
idle-time=0 #[shell]
#use-g2d=1 #size=1920x1080
+[libinput] +[libinput]
+touchscreen_calibrator=true +touchscreen_calibrator=true