mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
100a00a32d
commit
692fb97e2a
|
|
@ -1,28 +0,0 @@
|
|||
--- /tmp/configure.in 2009-04-13 11:26:43.000000000 +0200
|
||||
+++ nautilus-2.26.1/configure.in 2009-04-13 11:28:37.000000000 +0200
|
||||
@@ -375,25 +375,6 @@
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
-dnl strftime checks
|
||||
-
|
||||
-AC_TRY_RUN([#include <time.h>
|
||||
- int main ()
|
||||
- {
|
||||
- char buf[100];
|
||||
- struct tm tm = {0};
|
||||
- tm.tm_year = 99;
|
||||
- if (strftime(buf, 100, "%EY", &tm) == 4 &&
|
||||
- strcmp (buf, "1999")==0)
|
||||
- return 0;
|
||||
- return 1;
|
||||
- }
|
||||
- ],
|
||||
- AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
|
||||
- )
|
||||
-
|
||||
-dnl ===========================================================================
|
||||
-
|
||||
#
|
||||
# Checks for Xft/XRender
|
||||
#
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
From dc9c8cf2676c8c91ea0ae250cfedf863352f3ccd Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Date: Fri, 24 Jun 2011 20:24:08 +0200
|
||||
Subject: [PATCH] hack out check that tries to run generated binaries
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
---
|
||||
configure.in | 17 +----------------
|
||||
1 files changed, 1 insertions(+), 16 deletions(-)
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index c3aa371..1d3ecdc 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -251,22 +251,7 @@ AC_SUBST(WARNING_CFLAGS)
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
-dnl strftime checks
|
||||
-
|
||||
-AC_TRY_RUN([#include <time.h>
|
||||
- int main ()
|
||||
- {
|
||||
- char buf[100];
|
||||
- struct tm tm = {0};
|
||||
- tm.tm_year = 99;
|
||||
- if (strftime(buf, 100, "%EY", &tm) == 4 &&
|
||||
- strcmp (buf, "1999")==0)
|
||||
- return 0;
|
||||
- return 1;
|
||||
- }
|
||||
- ],
|
||||
- AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
|
||||
- )
|
||||
+AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
|
||||
|
||||
dnl ==========================================================================
|
||||
|
||||
--
|
||||
1.6.6.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user