diff options
author | Philip Tricca <flihp@twobit.us> | 2013-11-16 19:04:09 +0000 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-12-04 10:16:52 -0500 |
commit | ef44ec6d282b012c12e7f464e38407cb07ed0459 (patch) | |
tree | 9c6cf16358d462893badbb0205ede9c61d508026 | |
parent | f0adb4251d0f62df95c42603a2aa0cd9c0aae14c (diff) | |
download | meta-selinux-ef44ec6d282b012c12e7f464e38407cb07ed0459.tar.gz |
at: bump from 3.1.13 to 3.1.14
This renames the bbappend as well as a minor tweak to the selinux patch.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-extended/at/at/at-3.1.13-selinux.patch | 4 | ||||
-rw-r--r-- | recipes-extended/at/at_3.1.14.bbappend (renamed from recipes-extended/at/at_3.1.13.bbappend) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/at/at/at-3.1.13-selinux.patch b/recipes-extended/at/at/at-3.1.13-selinux.patch index 5a08a43..4e5e18c 100644 --- a/recipes-extended/at/at/at-3.1.13-selinux.patch +++ b/recipes-extended/at/at/at-3.1.13-selinux.patch | |||
@@ -28,8 +28,8 @@ index 10e7ed2..35792cd 100644 | |||
28 | $(LN_S) -f at atrm | 28 | $(LN_S) -f at atrm |
29 | 29 | ||
30 | atd: $(RUNOBJECTS) | 30 | atd: $(RUNOBJECTS) |
31 | - $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS) | 31 | - $(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) |
32 | + $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB) $(LDFLAGS) | 32 | + $(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB) |
33 | 33 | ||
34 | y.tab.c y.tab.h: parsetime.y | 34 | y.tab.c y.tab.h: parsetime.y |
35 | $(YACC) -d parsetime.y | 35 | $(YACC) -d parsetime.y |
diff --git a/recipes-extended/at/at_3.1.13.bbappend b/recipes-extended/at/at_3.1.14.bbappend index f30abab..f30abab 100644 --- a/recipes-extended/at/at_3.1.13.bbappend +++ b/recipes-extended/at/at_3.1.14.bbappend | |||