diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-23 11:15:09 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-23 11:16:44 +0200 |
| commit | 86467baae99881a612d10e4dc81133a5894cb89f (patch) | |
| tree | a3fd7d676c66b198758eb98a0bbcf9eed9915875 /meta-systemd/recipes-core/systemd/systemd_git.bb | |
| parent | 662fd013adcbee8c59f4f475a11911c3267eae90 (diff) | |
| download | meta-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/systemd/systemd_git.bb')
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd_git.bb | 9 |
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 | |||
| 19 | PKGV = "v${GITPKGVTAG}" | 19 | PKGV = "v${GITPKGVTAG}" |
| 20 | 20 | ||
| 21 | PV = "git" | 21 | PV = "git" |
| 22 | PR = "r7" | 22 | PR = "r8" |
| 23 | 23 | ||
| 24 | inherit useradd pkgconfig autotools perlnative | 24 | inherit useradd pkgconfig autotools perlnative |
| 25 | 25 | ||
| 26 | SRCREV = "a3eb665e0c12df35e807611582e7332ebed325b1" | 26 | SRCREV = "4d92e078e9d7e9a9d346065ea5e4afbafbdadb48" |
| 27 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | 27 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ |
| 28 | file://use-rootlibdir.patch \ | 28 | file://use-rootlibdir.patch \ |
| 29 | file://gtk-doc.make \ | 29 | file://gtk-doc.make \ |
| @@ -66,6 +66,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
| 66 | --disable-gtk-doc-html \ | 66 | --disable-gtk-doc-html \ |
| 67 | --disable-tcpwrap \ | 67 | --disable-tcpwrap \ |
| 68 | --enable-split-usr \ | 68 | --enable-split-usr \ |
| 69 | --disable-microhttpd \ | ||
| 69 | " | 70 | " |
| 70 | 71 | ||
| 71 | # There's no docbook-xsl-native, so for the xsltproc check to false | 72 | # There's no docbook-xsl-native, so for the xsltproc check to false |
| @@ -138,12 +139,16 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
| 138 | ${sysconfdir}/systemd/ \ | 139 | ${sysconfdir}/systemd/ \ |
| 139 | ${sysconfdir}/tmpfiles.d/ \ | 140 | ${sysconfdir}/tmpfiles.d/ \ |
| 140 | ${sysconfdir}/xdg/ \ | 141 | ${sysconfdir}/xdg/ \ |
| 142 | ${sysconfdir}/init.d/README \ | ||
| 141 | ${systemd_unitdir}/* \ | 143 | ${systemd_unitdir}/* \ |
| 142 | ${systemd_unitdir}/system/* \ | 144 | ${systemd_unitdir}/system/* \ |
| 143 | ${base_libdir}/udev/rules.d/99-systemd.rules \ | 145 | ${base_libdir}/udev/rules.d/99-systemd.rules \ |
| 144 | ${base_libdir}/security/*.so \ | 146 | ${base_libdir}/security/*.so \ |
| 145 | /cgroup \ | 147 | /cgroup \ |
| 146 | ${bindir}/systemd* \ | 148 | ${bindir}/systemd* \ |
| 149 | ${bindir}/localectl \ | ||
| 150 | ${bindir}/hostnamectl \ | ||
| 151 | ${bindir}/timedatectl \ | ||
| 147 | ${libdir}/tmpfiles.d/*.conf \ | 152 | ${libdir}/tmpfiles.d/*.conf \ |
| 148 | ${libdir}/systemd \ | 153 | ${libdir}/systemd \ |
| 149 | ${libdir}/binfmt.d \ | 154 | ${libdir}/binfmt.d \ |
