diff options
4 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch b/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch index 9c72a1bdf4..6fbc6364cb 100644 --- a/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch +++ b/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch | |||
@@ -4,6 +4,7 @@ aliases. As a workaround we use "sunprc" instead of "portmapper" | |||
4 | ported from alpine linux | 4 | ported from alpine linux |
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | Upstream-Status: Pending | ||
7 | 8 | ||
8 | Index: rpcbind-0.2.2/src/rpcbind.c | 9 | Index: rpcbind-0.2.2/src/rpcbind.c |
9 | =================================================================== | 10 | =================================================================== |
diff --git a/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch b/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch index 36f2968f5a..e68ad545c3 100644 --- a/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch +++ b/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch | |||
@@ -1,3 +1,6 @@ | |||
1 | Signed-off-by: Diego Rondini <diego.ml@zoho.com> | ||
2 | Upstream-Status: Inappropriate | ||
3 | |||
1 | --- watchdog-5.13.orig/watchdog.conf 2013-02-01 12:15:44.000000000 +0100 | 4 | --- watchdog-5.13.orig/watchdog.conf 2013-02-01 12:15:44.000000000 +0100 |
2 | +++ watchdog-5.13/watchdog.conf 2014-11-13 10:59:43.233943000 +0100 | 5 | +++ watchdog-5.13/watchdog.conf 2014-11-13 10:59:43.233943000 +0100 |
3 | @@ -20,7 +20,7 @@ | 6 | @@ -20,7 +20,7 @@ |
diff --git a/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch b/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch index 0fa8ee97cb..b2765f1908 100644 --- a/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch +++ b/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch | |||
@@ -1,3 +1,6 @@ | |||
1 | Signed-off-by: Diego Rondini <diego.ml@zoho.com> | ||
2 | Upstream-Status: Inappropriate | ||
3 | |||
1 | --- watchdog-5.13.orig/redhat/watchdog.init 2014-11-12 17:18:39.125943000 +0100 | 4 | --- watchdog-5.13.orig/redhat/watchdog.init 2014-11-12 17:18:39.125943000 +0100 |
2 | +++ watchdog-5.13/redhat/watchdog.init 2014-11-12 18:27:36.189943000 +0100 | 5 | +++ watchdog-5.13/redhat/watchdog.init 2014-11-12 18:27:36.189943000 +0100 |
3 | @@ -7,7 +7,7 @@ | 6 | @@ -7,7 +7,7 @@ |
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch b/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch index c96af12acf..09054cb756 100644 --- a/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch +++ b/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch | |||
@@ -4,6 +4,9 @@ Date: Wed, 9 Jul 2014 14:30:33 +0200 | |||
4 | Subject: [PATCH 2/9] Correctly implement with AC_WITH(glut) so that | 4 | Subject: [PATCH 2/9] Correctly implement with AC_WITH(glut) so that |
5 | --without-glut works. | 5 | --without-glut works. |
6 | 6 | ||
7 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
8 | Upstream-Status: Submitted (https://patchwork.freedesktop.org/patch/64417/) | ||
9 | |||
7 | --- | 10 | --- |
8 | configure.ac | 26 +++++++++++++++----------- | 11 | configure.ac | 26 +++++++++++++++----------- |
9 | 1 file changed, 15 insertions(+), 11 deletions(-) | 12 | 1 file changed, 15 insertions(+), 11 deletions(-) |