diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-20 18:04:29 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-04-08 17:00:06 -0700 |
| commit | 1cb118d3e75541e8ac9b3dc303d60cf43f6c6a95 (patch) | |
| tree | a6b1d66cb38cf5532f663e063ba835cf2c812dae | |
| parent | 2e19b40505daaa878e8ad79e723a234024fc1314 (diff) | |
| download | meta-openembedded-1cb118d3e75541e8ac9b3dc303d60cf43f6c6a95.tar.gz | |
exo: refresh patches
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
3 files changed, 29 insertions, 15 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo/configure.patch b/meta-xfce/recipes-xfce/exo/exo/configure.patch index ef27e423b3..89cc1f3874 100644 --- a/meta-xfce/recipes-xfce/exo/exo/configure.patch +++ b/meta-xfce/recipes-xfce/exo/exo/configure.patch | |||
| @@ -1,6 +1,20 @@ | |||
| 1 | --- a/configure.ac 2007-12-02 10:37:06.000000000 -0200 | 1 | From 13a74582ffd7f81dbd66a7296fc76007718e9d4d Mon Sep 17 00:00:00 2001 |
| 2 | +++ b/configure.ac 2008-06-05 17:21:42.000000000 -0300 | 2 | From: Andreas Mueller <schnitzeltony@gmx.de> |
| 3 | @@ -127,22 +127,24 @@ | 3 | Date: Mon, 1 Aug 2011 17:16:29 +0200 |
| 4 | |||
| 5 | Upstream-Status: Inappropriate [embedded specific] | ||
| 6 | |||
| 7 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 8 | |||
| 9 | --- | ||
| 10 | configure.ac | 34 ++++++++++++++++++---------------- | ||
| 11 | 1 file changed, 18 insertions(+), 16 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/configure.ac b/configure.ac | ||
| 14 | index 0de5ceb..3f92d1b 100644 | ||
| 15 | --- a/configure.ac | ||
| 16 | +++ b/configure.ac | ||
| 17 | @@ -143,22 +143,24 @@ AC_FUNC_MMAP() | ||
| 4 | dnl *************************************** | 18 | dnl *************************************** |
| 5 | dnl *** Check for strftime() extensions *** | 19 | dnl *** Check for strftime() extensions *** |
| 6 | dnl *************************************** | 20 | dnl *************************************** |
diff --git a/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.8.patch b/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.8.patch index ac8bca5f3f..348e147cf9 100644 --- a/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.8.patch +++ b/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.8.patch | |||
| @@ -1,22 +1,24 @@ | |||
| 1 | From 5f1e19860d89647488bdd32a02fb332f69434405 Mon Sep 17 00:00:00 2001 | 1 | From 9231a2d5b9c5406f33aef3ab4de2dbec9b08ed13 Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> |
| 3 | Date: Fri, 18 May 2012 21:13:00 +0200 | 3 | Date: Fri, 18 May 2012 21:13:00 +0200 |
| 4 | Subject: [PATCH] Do not run tests at build time | 4 | Subject: [PATCH] Do not run tests at build time |
| 5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
| 6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
| 7 | Content-Transfer-Encoding: 8bit | 7 | Content-Transfer-Encoding: 8bit |
| 8 | Upstream-Status: Not-Applicable | 8 | |
| 9 | Upstream-Status: Inappropriate [embedded specific] | ||
| 9 | 10 | ||
| 10 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | 11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> |
| 12 | |||
| 11 | --- | 13 | --- |
| 12 | Makefile.am | 3 +-- | 14 | Makefile.am | 3 +-- |
| 13 | 1 files changed, 1 insertions(+), 2 deletions(-) | 15 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 14 | 16 | ||
| 15 | diff --git a/Makefile.am b/Makefile.am | 17 | diff --git a/Makefile.am b/Makefile.am |
| 16 | index 0ab3853..3e72391 100644 | 18 | index 226e79d..62ad18d 100644 |
| 17 | --- a/Makefile.am | 19 | --- a/Makefile.am |
| 18 | +++ b/Makefile.am | 20 | +++ b/Makefile.am |
| 19 | @@ -8,8 +8,7 @@ SUBDIRS = \ | 21 | @@ -9,8 +9,7 @@ SUBDIRS = \ |
| 20 | docs \ | 22 | docs \ |
| 21 | icons \ | 23 | icons \ |
| 22 | pixmaps \ | 24 | pixmaps \ |
| @@ -24,8 +26,5 @@ index 0ab3853..3e72391 100644 | |||
| 24 | - tests | 26 | - tests |
| 25 | + po | 27 | + po |
| 26 | 28 | ||
| 27 | AUTOMAKE_OPTIONS = \ | 29 | distclean-local: |
| 28 | 1.9 \ | 30 | rm -rf *.cache *~ |
| 29 | -- | ||
| 30 | 1.7.4.4 | ||
| 31 | |||
diff --git a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch index f5c5e8dac5..0764775818 100644 --- a/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch +++ b/meta-xfce/recipes-xfce/exo/exo/reduce-build-to-exo-csource-only.patch | |||
| @@ -10,9 +10,10 @@ exo-csource creates c-header files from glade resource output files. When | |||
| 10 | building xfce-packages from git instead of tarball this exo-csource-native is | 10 | building xfce-packages from git instead of tarball this exo-csource-native is |
| 11 | required. | 11 | required. |
| 12 | 12 | ||
| 13 | Upstream-Status: Inappropriate [configuration] | 13 | Upstream-Status: Inappropriate [embedded specific] |
| 14 | 14 | ||
| 15 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | 15 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> |
| 16 | |||
| 16 | --- | 17 | --- |
| 17 | Makefile.am | 10 +--------- | 18 | Makefile.am | 10 +--------- |
| 18 | configure.ac | 22 ---------------------- | 19 | configure.ac | 22 ---------------------- |
