From e384d62afaa17f8cd2124cb0785b18130c690e64 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 31 Aug 2010 16:48:22 -0700 Subject: at: remove GPLv3 version Signed-off-by: Saul Wold --- meta/recipes-extended/at/at-3.1.12/configure.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-extended/at/at-3.1.12/configure.patch (limited to 'meta/recipes-extended/at/at-3.1.12') diff --git a/meta/recipes-extended/at/at-3.1.12/configure.patch b/meta/recipes-extended/at/at-3.1.12/configure.patch deleted file mode 100644 index 6ab528d0b2..0000000000 --- a/meta/recipes-extended/at/at-3.1.12/configure.patch +++ /dev/null @@ -1,22 +0,0 @@ -# Fix cross-compilation issues in configure.ac -# Derived from an OE patch for at-3.1.8 - ---- at-3.1.12.orig/configure.ac 2009-11-23 07:11:52.000000000 -0800 -+++ at-3.1.12/configure.ac 2010-07-20 16:23:14.000000000 -0700 -@@ -38,12 +38,11 @@ - AC_MSG_RESULT(no) - ;; - esac -+if [ X"${cross_compiling}" = Xno ]; then - AC_MSG_CHECKING(Trying to compile a trivial ANSI C program) --AC_TRY_RUN([ main(int ac, char **av) { return 0; } ], -- AC_MSG_RESULT(yes), -- AC_MSG_RESULT(no) -- AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.), -- AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.)) -+AC_RUN_IFELSE([AC_LANG_SOURCE([[ main(int ac, char **av) { return 0; } ]])], [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no) -+ AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.)], [AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.)]) -+fi - - AC_MSG_CHECKING(__attribute__((noreturn))) - AC_TRY_COMPILE([], [void __attribute__((noreturn)) panic(void);], -- cgit v1.2.3-54-g00ecf