[oe-commits] Ross Burton : systemd: add missing patch headers

git at git.openembedded.org git at git.openembedded.org
Mon Jan 21 12:48:56 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 8925501890cbe630258d9c6fe348f1e3c821fc71
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8925501890cbe630258d9c6fe348f1e3c821fc71

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jan 21 12:32:13 2013 +0000

systemd: add missing patch headers

The reverts were by Koen and are literal revert commits, the uclibc patches were
mostly introduced by Khem.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 ...emd-analyze-use-argparse-instead-of-getop.patch |    3 +++
 ...-analyze-use-GDBus-instead-of-dbus-python.patch |    3 +++
 .../systemd-pam-configure-check-uclibc.patch       |    3 +++
 .../systemd/systemd/systemd-pam-fix-execvpe.patch  |    3 +++
 .../systemd/systemd-pam-fix-fallocate.patch        |    3 +++
 .../systemd/systemd-pam-fix-getty-unit.patch       |    1 +
 .../systemd/systemd/systemd-pam-fix-mkostemp.patch |    3 +++
 .../systemd/systemd/systemd-pam-fix-msformat.patch |    3 +++
 8 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch b/meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch
index 7de2705..1e208a2 100644
--- a/meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch
+++ b/meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Backport [revert]
+Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
+
 From 2003e63f48cee2f497de7b90b66284f98c1c9919 Mon Sep 17 00:00:00 2001
 From: Koen Kooi <koen at dominion.thruhere.net>
 Date: Mon, 10 Dec 2012 12:24:32 +0100
diff --git a/meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch b/meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch
index e5e8d7d..96ad323 100644
--- a/meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch
+++ b/meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Backport [revert]
+Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
+
 From 8079db861b8ffdce69fa10a9ab9ef4740045187f Mon Sep 17 00:00:00 2001
 From: Koen Kooi <koen at dominion.thruhere.net>
 Date: Mon, 10 Dec 2012 12:25:00 +0100
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch b/meta/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch
index 1bfc3bd..c69a8ab 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+
 --- systemd-185.orig/configure.ac	2012-06-04 14:15:16.000000000 -0400
 +++ systemd-pam-185/configure.ac	2012-06-21 22:57:10.000000000 -0400
 @@ -63,6 +63,23 @@
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch
index 449c27f..1ed4d30 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+
 Index: git/src/nspawn/nspawn.c
 ===================================================================
 --- git.orig/src/nspawn/nspawn.c	2012-09-22 17:57:05.000000000 -0700
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 089ba64..8bc7a6f 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+
 Index: git/src/journal/journal-file.c
 ===================================================================
 --- git.orig/src/journal/journal-file.c	2012-09-02 09:49:15.126089594 -0700
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
index 3e5ea71..8845624 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
@@ -1,5 +1,6 @@
 Prefer getty to agetty in console setup systemd units
 
+Upstream-Status: Pending
 Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
 ---
  units/getty at .service.m4        |    2 +-
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch
index 8de9a3a..be4d3e3 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+
 Index: git/src/journal/journal-send.c
 ===================================================================
 --- git.orig/src/journal/journal-send.c	2012-09-02 00:10:08.748768268 -0700
diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch
index ee63329..cdf8d61 100644
--- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch
+++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+
 --- systemd-pam-185/src/fsck/fsck.c.orig	2012-06-22 23:22:22.000000000 -0400
 +++ systemd-pam-185/src/fsck/fsck.c	2012-06-22 21:15:56.000000000 -0400
 @@ -36,6 +36,8 @@





More information about the Openembedded-commits mailing list