Make sure that patches apply on top of latest systemd some source files have moved around.
Signed-off-by: Khem Raj <[email protected]> --- .../systemd/systemd/paper-over-mkostemp.patch | 6 +++--- meta-systemd/recipes-core/systemd/systemd_git.bb | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch b/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch index ca10440..ae4f6de 100644 --- a/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch +++ b/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch @@ -2,10 +2,10 @@ uclibc does not have mkostemp() so we redefine it to use mkstemp() Signed-off-by: Khem Raj <[email protected]> -Index: git/src/macro.h +Index: git/src/shared/macro.h =================================================================== ---- git.orig/src/macro.h 2011-06-30 10:33:53.000000000 -0700 -+++ git/src/macro.h 2011-06-30 15:07:28.285270006 -0700 +--- git.orig/src/shared/macro.h 2012-08-23 22:13:18.618931300 -0700 ++++ git/src/shared/macro.h 2012-08-23 22:15:05.558935366 -0700 @@ -27,6 +27,10 @@ #include <sys/uio.h> #include <inttypes.h> diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index eb66e59..5496512 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb @@ -32,6 +32,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ file://touchscreen.rules \ file://modprobe.rules \ file://var-run.conf \ + ${UCLIBCPATCHES} \ " UCLIBCPATCHES = "" UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \ -- 1.7.9.5 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
