diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-01 08:36:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-01 08:36:17 +0100 |
commit | 2f260409a03d6e09c00b0bc58858f962629ae585 (patch) | |
tree | 6f29503128c1cdc7bee64fc7289e1af7906dac5f /meta-oe/recipes-core | |
parent | 4d73a968b2cb3ac9e9defd6078942faea44da024 (diff) | |
download | meta-openembedded-2f260409a03d6e09c00b0bc58858f962629ae585.tar.gz |
systemd: fix internal pager
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-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 4d314f85e..949b1ceee 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
@@ -14,11 +14,11 @@ inherit gitpkgv | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r3" | 17 | PR = "r4" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
20 | 20 | ||
21 | SRCREV = "64685e0cea62b4937f0804e47ce2cb7929f58223" | 21 | SRCREV = "1c0a113fd3fe3344b2c947ca9948760057052716" |
22 | 22 | ||
23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ |
24 | file://0001-disable-xsltproc-completely.patch \ | 24 | file://0001-disable-xsltproc-completely.patch \ |