summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/files/use-ldflags.patch
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-10-24 11:01:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 13:39:09 +0000
commit7330735ae29c4570a73f723ba437a2c422c04921 (patch)
tree3c73aed03506746e78ee08ed0cfc3c03f30ef636 /meta/recipes-extended/at/files/use-ldflags.patch
parent44e2ea50218a8c79fb3bec02d9c0bcd25f874bc0 (diff)
downloadpoky-7330735ae29c4570a73f723ba437a2c422c04921.tar.gz
at: upgrade to 3.1.14
Removed 2 patches because they were merged upstream (From OE-Core rev: ff1707449d851a365e686e6d2cbe822631001147) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at/files/use-ldflags.patch')
-rw-r--r--meta/recipes-extended/at/files/use-ldflags.patch24
1 files changed, 0 insertions, 24 deletions
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 @@
1Upstream-Status: Pending
2
3Ensure use of $LDFLAGS during build
4Derived from an OE patch for at-3.1.8
5
6Signed-off-by: Scott Garman <scott.a.garman@intel.com>
7--- at-3.1.12.orig/Makefile.in 2009-11-23 07:11:52.000000000 -0800
8+++ at-3.1.12/Makefile.in 2010-07-20 16:28:04.000000000 -0700
9@@ -65,13 +65,13 @@
10 all: at atd atrun
11
12 at: $(ATOBJECTS)
13- $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB)
14+ $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB) $(LDFLAGS)
15 rm -f $(CLONES)
16 $(LN_S) -f at atq
17 $(LN_S) -f at atrm
18
19 atd: $(RUNOBJECTS)
20- $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB)
21+ $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS)
22
23 y.tab.c y.tab.h: parsetime.y
24 $(YACC) -d parsetime.y