aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-03-15 22:42:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-19 14:13:37 +0000
commit0f5256d4ae5ed88c62e737e3c31587d7635b5dd6 (patch)
tree6023738e1e3c2853065b18d8d9df9cc203f2db94 /meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
parent33fa7c8f28d343ecec354a551d45f23643becd59 (diff)
downloadopenembedded-core-contrib-0f5256d4ae5ed88c62e737e3c31587d7635b5dd6.tar.gz
Upgrade to systemd 211+
Fixes [YOCTO #5940] Fix checks for %ms format to be a link time check runtime checks wont work in cross compiling Add a patch to workaround missing _SC_PHYS_PAGES in uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
index 05223d3d6e..de73be96a7 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
@@ -1,10 +1,10 @@
Upstream-Status: Denied [no desire for uclibc support]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Index: git/src/journal/journal-file.c
+Index: systemd-209/src/journal/journal-file.c
===================================================================
---- git.orig/src/journal/journal-file.c 2014-03-02 16:25:38.000000000 -0800
-+++ git/src/journal/journal-file.c 2014-03-02 16:27:24.151238740 -0800
+--- systemd-209.orig/src/journal/journal-file.c 2014-02-12 18:42:33.000000000 -0800
++++ systemd-209/src/journal/journal-file.c 2014-02-19 23:23:19.464631643 -0800
@@ -38,6 +38,8 @@
#include "compress.h"
#include "fsprg.h"
@@ -48,11 +48,11 @@ Index: git/src/journal/journal-file.c
if (fstat(f->fd, &f->last_stat) < 0)
return -errno;
-Index: git/src/journal/journald-kmsg.c
+Index: systemd-209/src/journal/journald-kmsg.c
===================================================================
---- git.orig/src/journal/journald-kmsg.c 2014-03-02 16:25:38.000000000 -0800
-+++ git/src/journal/journald-kmsg.c 2014-03-02 16:26:35.419237826 -0800
-@@ -408,6 +408,7 @@
+--- systemd-209.orig/src/journal/journald-kmsg.c 2014-02-19 15:03:09.000000000 -0800
++++ systemd-209/src/journal/journald-kmsg.c 2014-02-19 23:22:14.396630422 -0800
+@@ -441,6 +441,7 @@
int server_open_kernel_seqnum(Server *s) {
int fd;
@@ -60,7 +60,7 @@ Index: git/src/journal/journald-kmsg.c
uint64_t *p;
assert(s);
-@@ -421,8 +422,19 @@
+@@ -454,8 +455,19 @@
log_error("Failed to open /run/systemd/journal/kernel-seqnum, ignoring: %m");
return 0;
}