aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-10-23 11:15:09 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-23 11:16:44 +0200
commit86467baae99881a612d10e4dc81133a5894cb89f (patch)
treea3fd7d676c66b198758eb98a0bbcf9eed9915875 /meta-systemd/recipes-core
parent662fd013adcbee8c59f4f475a11911c3267eae90 (diff)
downloadmeta-openembedded-86467baae99881a612d10e4dc81133a5894cb89f.tar.gz
systemd: update to 195
disable microhttd and package new files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/recipes-core')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index 512f5d477b..efc2d95b6e 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -19,11 +19,11 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r7"
+PR = "r8"
inherit useradd pkgconfig autotools perlnative
-SRCREV = "a3eb665e0c12df35e807611582e7332ebed325b1"
+SRCREV = "4d92e078e9d7e9a9d346065ea5e4afbafbdadb48"
SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
file://use-rootlibdir.patch \
file://gtk-doc.make \
@@ -66,6 +66,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
--disable-gtk-doc-html \
--disable-tcpwrap \
--enable-split-usr \
+ --disable-microhttpd \
"
# There's no docbook-xsl-native, so for the xsltproc check to false
@@ -138,12 +139,16 @@ FILES_${PN} = " ${base_bindir}/* \
${sysconfdir}/systemd/ \
${sysconfdir}/tmpfiles.d/ \
${sysconfdir}/xdg/ \
+ ${sysconfdir}/init.d/README \
${systemd_unitdir}/* \
${systemd_unitdir}/system/* \
${base_libdir}/udev/rules.d/99-systemd.rules \
${base_libdir}/security/*.so \
/cgroup \
${bindir}/systemd* \
+ ${bindir}/localectl \
+ ${bindir}/hostnamectl \
+ ${bindir}/timedatectl \
${libdir}/tmpfiles.d/*.conf \
${libdir}/systemd \
${libdir}/binfmt.d \