aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-05-16 23:58:29 +0200
committerKoen Kooi <koen@openembedded.org>2011-05-16 23:59:36 +0200
commit599426ea8f8647c8b5adec4ff4b702e9388a1542 (patch)
tree9773afd5a4e9ce4817ef6428b77350b0f6d0e8af /recipes/systemd/systemd_git.bb
parent63e1602354f937eb9fac254fe4e8dfc34b91ca6b (diff)
downloadopenembedded-599426ea8f8647c8b5adec4ff4b702e9388a1542.tar.gz
systemd: bump SRCREV
The angstrom and svg patches were merged upstream, so remove them Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/systemd/systemd_git.bb')
-rw-r--r--recipes/systemd/systemd_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/systemd/systemd_git.bb b/recipes/systemd/systemd_git.bb
index 52e37470a3..eb910caab2 100644
--- a/recipes/systemd/systemd_git.bb
+++ b/recipes/systemd/systemd_git.bb
@@ -9,19 +9,19 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
PRIORITY = "optional"
SECTION = "base/shell"
+inherit gitpkgv
+PKGV = "v${GITPKGVTAG}"
+
PV = "v26"
-PR = "r9"
-PR_append = "+${SRCPV}"
+PR = "r10"
inherit autotools vala update-alternatives
-TAG = "7a6000a68241d23c9f6f6bde47b2cfa9c18189da"
+TAG = "cb80401132edc9c0a717abb55b54d3a8016cd5ce"
SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git;tag=${TAG} \
file://execute.patch \
file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \
- file://0002-systemd-analyze-print-hostname-kernelversion-and-arc.patch \
- file://0003-Angstrom-support.patch \
file://serial-getty@.service \
"