aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-05-20 08:41:20 +0200
committerKoen Kooi <koen@openembedded.org>2011-05-20 08:44:10 +0200
commitbefc2ba11da94a569ef0b5fec64b98257d809687 (patch)
tree8f506bb030f0fd6cbdd38618acd5bf2f97176f03
parent2d67689202a2d38e3ebf2ae16dbbd75844bbe31a (diff)
downloadopenembedded-befc2ba11da94a569ef0b5fec64b98257d809687.tar.gz
systemd: bump SRCREV and restructure file layout
Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r--recipes/systemd/systemd/0001-systemd-disable-xml-file-stuff-and-introspection.patch (renamed from recipes/systemd/systemd-v26/0001-systemd-disable-xml-file-stuff-and-introspection.patch)0
-rw-r--r--recipes/systemd/systemd/execute.patch (renamed from recipes/systemd/systemd-v26/execute.patch)0
-rw-r--r--recipes/systemd/systemd/serial-getty@.service (renamed from recipes/systemd/systemd-v26/serial-getty@.service)0
-rw-r--r--recipes/systemd/systemd_git.bb7
4 files changed, 4 insertions, 3 deletions
diff --git a/recipes/systemd/systemd-v26/0001-systemd-disable-xml-file-stuff-and-introspection.patch b/recipes/systemd/systemd/0001-systemd-disable-xml-file-stuff-and-introspection.patch
index 63310aaecd..63310aaecd 100644
--- a/recipes/systemd/systemd-v26/0001-systemd-disable-xml-file-stuff-and-introspection.patch
+++ b/recipes/systemd/systemd/0001-systemd-disable-xml-file-stuff-and-introspection.patch
diff --git a/recipes/systemd/systemd-v26/execute.patch b/recipes/systemd/systemd/execute.patch
index c9f88c82ea..c9f88c82ea 100644
--- a/recipes/systemd/systemd-v26/execute.patch
+++ b/recipes/systemd/systemd/execute.patch
diff --git a/recipes/systemd/systemd-v26/serial-getty@.service b/recipes/systemd/systemd/serial-getty@.service
index daf0dac723..daf0dac723 100644
--- a/recipes/systemd/systemd-v26/serial-getty@.service
+++ b/recipes/systemd/systemd/serial-getty@.service
diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index eb910caab2..f8942394e1 100644
--- a/recipes/systemd/systemd_git.bb
+++ b/recipes/systemd/systemd_git.bb
@@ -12,14 +12,15 @@ SECTION = "base/shell"
inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
-PV = "v26"
+# This gets reset to the proper version with PKGV above
+PV = "git"
PR = "r10"
inherit autotools vala update-alternatives
-TAG = "cb80401132edc9c0a717abb55b54d3a8016cd5ce"
+SRCREV = "784a51d5efed9fd4b4421ec8ccf3f0918b36b4b3"
-SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git;tag=${TAG} \
+SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
file://execute.patch \
file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \
file://serial-getty@.service \