From 7330735ae29c4570a73f723ba437a2c422c04921 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Thu, 24 Oct 2013 11:01:48 +0300 Subject: at: upgrade to 3.1.14 Removed 2 patches because they were merged upstream (From OE-Core rev: ff1707449d851a365e686e6d2cbe822631001147) Signed-off-by: Cristiana Voicu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/at/files/use-ldflags.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 meta/recipes-extended/at/files/use-ldflags.patch (limited to 'meta/recipes-extended/at/files/use-ldflags.patch') diff --git a/meta/recipes-extended/at/files/use-ldflags.patch b/meta/recipes-extended/at/files/use-ldflags.patch deleted file mode 100644 index 4c698003d0..0000000000 --- a/meta/recipes-extended/at/files/use-ldflags.patch +++ /dev/null @@ -1,24 +0,0 @@ -Upstream-Status: Pending - -Ensure use of $LDFLAGS during build -Derived from an OE patch for at-3.1.8 - -Signed-off-by: Scott Garman ---- at-3.1.12.orig/Makefile.in 2009-11-23 07:11:52.000000000 -0800 -+++ at-3.1.12/Makefile.in 2010-07-20 16:28:04.000000000 -0700 -@@ -65,13 +65,13 @@ - all: at atd atrun - - at: $(ATOBJECTS) -- $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB) -+ $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB) $(LDFLAGS) - rm -f $(CLONES) - $(LN_S) -f at atq - $(LN_S) -f at atrm - - atd: $(RUNOBJECTS) -- $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) -+ $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS) - - y.tab.c y.tab.h: parsetime.y - $(YACC) -d parsetime.y -- cgit v1.2.3-54-g00ecf