summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-01-21 12:32:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-21 12:44:54 +0000
commit6b5e11d8d6c839af21c26c89ce01bf2ac94043bf (patch)
treeffe3f1fda3e94b90b960f68a8e61c7c90dd5f509
parent064d30803bede8594602f8bd5ff24a9bead4b927 (diff)
downloadpoky-6b5e11d8d6c839af21c26c89ce01bf2ac94043bf.tar.gz
systemd: add missing patch headers
The reverts were by Koen and are literal revert commits, the uclibc patches were mostly introduced by Khem. (From OE-Core rev: 8925501890cbe630258d9c6fe348f1e3c821fc71) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch3
-rw-r--r--meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch3
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch3
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch3
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch3
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch1
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch3
-rw-r--r--meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch3
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 7de2705ace..1e208a244f 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 @@
1Upstream-Status: Backport [revert]
2Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
3
1From 2003e63f48cee2f497de7b90b66284f98c1c9919 Mon Sep 17 00:00:00 2001 4From 2003e63f48cee2f497de7b90b66284f98c1c9919 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net> 5From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Mon, 10 Dec 2012 12:24:32 +0100 6Date: 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 e5e8d7df0d..96ad323509 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 @@
1Upstream-Status: Backport [revert]
2Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
3
1From 8079db861b8ffdce69fa10a9ab9ef4740045187f Mon Sep 17 00:00:00 2001 4From 8079db861b8ffdce69fa10a9ab9ef4740045187f Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net> 5From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Mon, 10 Dec 2012 12:25:00 +0100 6Date: 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 1bfc3bdb18..c69a8ab75c 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 @@
1Upstream-Status: Pending
2Signed-off-by: Khem Raj <raj.khem@gmail.com>
3
1--- systemd-185.orig/configure.ac 2012-06-04 14:15:16.000000000 -0400 4--- systemd-185.orig/configure.ac 2012-06-04 14:15:16.000000000 -0400
2+++ systemd-pam-185/configure.ac 2012-06-21 22:57:10.000000000 -0400 5+++ systemd-pam-185/configure.ac 2012-06-21 22:57:10.000000000 -0400
3@@ -63,6 +63,23 @@ 6@@ -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 449c27f88c..1ed4d30ca9 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 @@
1Upstream-Status: Pending
2Signed-off-by: Khem Raj <raj.khem@gmail.com>
3
1Index: git/src/nspawn/nspawn.c 4Index: git/src/nspawn/nspawn.c
2=================================================================== 5===================================================================
3--- git.orig/src/nspawn/nspawn.c 2012-09-22 17:57:05.000000000 -0700 6--- 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 089ba64690..8bc7a6f7f8 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 @@
1Upstream-Status: Pending
2Signed-off-by: Khem Raj <raj.khem@gmail.com>
3
1Index: git/src/journal/journal-file.c 4Index: git/src/journal/journal-file.c
2=================================================================== 5===================================================================
3--- git.orig/src/journal/journal-file.c 2012-09-02 09:49:15.126089594 -0700 6--- 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 3e5ea71e04..88456249d7 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 @@
1Prefer getty to agetty in console setup systemd units 1Prefer getty to agetty in console setup systemd units
2 2
3Upstream-Status: Pending
3Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> 4Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
4--- 5---
5 units/getty@.service.m4 | 2 +- 6 units/getty@.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 8de9a3a326..be4d3e39d9 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 @@
1Upstream-Status: Pending
2Signed-off-by: Khem Raj <raj.khem@gmail.com>
3
1Index: git/src/journal/journal-send.c 4Index: git/src/journal/journal-send.c
2=================================================================== 5===================================================================
3--- git.orig/src/journal/journal-send.c 2012-09-02 00:10:08.748768268 -0700 6--- 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 ee63329830..cdf8d61dcf 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 @@
1Upstream-Status: Pending
2Signed-off-by: Khem Raj <raj.khem@gmail.com>
3
1--- systemd-pam-185/src/fsck/fsck.c.orig 2012-06-22 23:22:22.000000000 -0400 4--- systemd-pam-185/src/fsck/fsck.c.orig 2012-06-22 23:22:22.000000000 -0400
2+++ systemd-pam-185/src/fsck/fsck.c 2012-06-22 21:15:56.000000000 -0400 5+++ systemd-pam-185/src/fsck/fsck.c 2012-06-22 21:15:56.000000000 -0400
3@@ -36,6 +36,8 @@ 6@@ -36,6 +36,8 @@