[oe-commits] Koen Kooi : systemd: bump SRCREV and restructure file layout

git version control git at git.openembedded.org
Fri May 20 06:53:38 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: befc2ba11da94a569ef0b5fec64b98257d809687
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=befc2ba11da94a569ef0b5fec64b98257d809687

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 20 08:41:20 2011 +0200

systemd: bump SRCREV and restructure file layout

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 ...-disable-xml-file-stuff-and-introspection.patch |    0
 .../systemd/{systemd-v26 => systemd}/execute.patch |    0
 .../{systemd-v26 => systemd}/serial-getty at .service |    0
 recipes/systemd/systemd_git.bb                     |    7 ++++---
 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
similarity index 100%
rename from recipes/systemd/systemd-v26/0001-systemd-disable-xml-file-stuff-and-introspection.patch
rename to 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
similarity index 100%
rename from recipes/systemd/systemd-v26/execute.patch
rename to recipes/systemd/systemd/execute.patch
diff --git a/recipes/systemd/systemd-v26/serial-getty at .service b/recipes/systemd/systemd/serial-getty at .service
similarity index 100%
rename from recipes/systemd/systemd-v26/serial-getty at .service
rename to recipes/systemd/systemd/serial-getty at .service
diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index eb910ca..f894239 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 \





More information about the Openembedded-commits mailing list