aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-19 14:04:16 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-20 08:24:37 +0100
commit6cb51af0e1f09e7658cd1bfdc721cb5106ec9dfd (patch)
treeb0c8fd2d131ac93969fa50de527238a0d467ba52 /meta-oe/recipes-core/systemd/systemd_git.bb
parent3767262f9e626c49638dc886adbdf58b167de61c (diff)
downloadmeta-openembedded-6cb51af0e1f09e7658cd1bfdc721cb5106ec9dfd.tar.gz
systemd: update to v38+git
* This introduces the 'journal' feature. * Upstream is following the fedora /usr move so EXTRA_OECONF needs to get updated to keep the paths the same for the OE usecase Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index bdaaf1659f..32bdee9418 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,14 +14,14 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r7"
+PR = "r8"
inherit useradd pkgconfig autotools vala perlnative
-SRCREV = "f6cebb3bd5a00d79c8131637c0f6796a75e6af99"
+SRCREV = "a3f914b2a21decb0c4bd7a763ddd3ace215091cb"
SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
- file://0001-disable-xsltproc-completely.patch \
+ file://0001-docs-fix-build-without-xsltproc.patch \
${UCLIBCPATCHES} \
"
UCLIBCPATCHES = ""
@@ -38,7 +38,8 @@ SYSTEMDDISTRO_angstrom = "angstrom"
# The gtk+ tools should get built as a separate recipe e.g. systemd-tools
EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
- --with-rootdir=${base_prefix} \
+ --with-rootprefix=${base_prefix} \
+ --with-rootlibdir=${base_libdir} \
${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \
--disable-gtk \
"