diff options
author | Maxin John <maxin.john@intel.com> | 2018-02-28 17:29:28 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:14:24 -0700 |
commit | 692fb97e2a22c02ba63717da61a0d6e232618cc5 (patch) | |
tree | a34d3103fd9a1414574a0bf56a48842489ca98ff /meta-gnome/recipes-gnome/nautilus | |
parent | 100a00a32dae355aba6bfb49e72d6546b3cba81b (diff) | |
download | meta-openembedded-692fb97e2a22c02ba63717da61a0d6e232618cc5.tar.gz |
nautilus: remove unused patches
remove the following unused patch from nautilus and nautilus3:
no-try-run-strftime.diff
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff | 28 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus3/no-try-run-strftime.diff | 41 |
2 files changed, 0 insertions, 69 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff b/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff deleted file mode 100644 index ccd2934b3..000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | --- /tmp/configure.in 2009-04-13 11:26:43.000000000 +0200 | ||
2 | +++ nautilus-2.26.1/configure.in 2009-04-13 11:28:37.000000000 +0200 | ||
3 | @@ -375,25 +375,6 @@ | ||
4 | |||
5 | dnl =========================================================================== | ||
6 | |||
7 | -dnl strftime checks | ||
8 | - | ||
9 | -AC_TRY_RUN([#include <time.h> | ||
10 | - int main () | ||
11 | - { | ||
12 | - char buf[100]; | ||
13 | - struct tm tm = {0}; | ||
14 | - tm.tm_year = 99; | ||
15 | - if (strftime(buf, 100, "%EY", &tm) == 4 && | ||
16 | - strcmp (buf, "1999")==0) | ||
17 | - return 0; | ||
18 | - return 1; | ||
19 | - } | ||
20 | - ], | ||
21 | - AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.]) | ||
22 | - ) | ||
23 | - | ||
24 | -dnl =========================================================================== | ||
25 | - | ||
26 | # | ||
27 | # Checks for Xft/XRender | ||
28 | # | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3/no-try-run-strftime.diff b/meta-gnome/recipes-gnome/nautilus/nautilus3/no-try-run-strftime.diff deleted file mode 100644 index 56d2e159d..000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3/no-try-run-strftime.diff +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | From dc9c8cf2676c8c91ea0ae250cfedf863352f3ccd Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Fri, 24 Jun 2011 20:24:08 +0200 | ||
4 | Subject: [PATCH] hack out check that tries to run generated binaries | ||
5 | |||
6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
7 | --- | ||
8 | configure.in | 17 +---------------- | ||
9 | 1 files changed, 1 insertions(+), 16 deletions(-) | ||
10 | |||
11 | diff --git a/configure.in b/configure.in | ||
12 | index c3aa371..1d3ecdc 100644 | ||
13 | --- a/configure.in | ||
14 | +++ b/configure.in | ||
15 | @@ -251,22 +251,7 @@ AC_SUBST(WARNING_CFLAGS) | ||
16 | |||
17 | dnl =========================================================================== | ||
18 | |||
19 | -dnl strftime checks | ||
20 | - | ||
21 | -AC_TRY_RUN([#include <time.h> | ||
22 | - int main () | ||
23 | - { | ||
24 | - char buf[100]; | ||
25 | - struct tm tm = {0}; | ||
26 | - tm.tm_year = 99; | ||
27 | - if (strftime(buf, 100, "%EY", &tm) == 4 && | ||
28 | - strcmp (buf, "1999")==0) | ||
29 | - return 0; | ||
30 | - return 1; | ||
31 | - } | ||
32 | - ], | ||
33 | - AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.]) | ||
34 | - ) | ||
35 | +AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.]) | ||
36 | |||
37 | dnl ========================================================================== | ||
38 | |||
39 | -- | ||
40 | 1.6.6.1 | ||
41 | |||