From patchwork Fri Aug 24 05:46:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-systemd] systemd: Refresh the uclibc specific patches Date: Fri, 24 Aug 2012 05:46:55 -0000 From: Khem Raj X-Patchwork-Id: 35259 Message-Id: <1345787215-11917-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Make sure that patches apply on top of latest systemd some source files have moved around. Signed-off-by: Khem Raj --- .../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 -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 #include 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 \