diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-14 08:42:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-14 08:42:52 +0200 |
commit | fd183cfb3a092300f529634c39933c56558fb290 (patch) | |
tree | 4cf9057e4d355e048500fd49d7cabaca28031087 /meta-oe | |
parent | dd8c0621d3eb20a361d11e1078f5eab08f49d397 (diff) | |
download | meta-openembedded-fd183cfb3a092300f529634c39933c56558fb290.tar.gz |
systemd: update to v30 release
tested on: beagleboard/angstrom
usrp-e1xx/angstrom
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index ebb8e7f84..1898352b3 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
@@ -15,11 +15,11 @@ inherit gitpkgv | |||
15 | PKGV = "v${GITPKGVTAG}" | 15 | PKGV = "v${GITPKGVTAG}" |
16 | 16 | ||
17 | PV = "git" | 17 | PV = "git" |
18 | PR = "r8" | 18 | PR = "r0" |
19 | 19 | ||
20 | inherit autotools vala | 20 | inherit autotools vala |
21 | 21 | ||
22 | SRCREV = "ef3a24de028efe885db1303b4843aba5ffd0f531" | 22 | SRCREV = "501c92c432c7bef452a2714c29519bdd45281a72" |
23 | 23 | ||
24 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 24 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ |
25 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ | 25 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ |