summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-02 20:08:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-02 20:08:50 +0200
commitb297ece0b5663aca97d30927a32c20ccce97eb2a (patch)
treebde8baa6ace6638f4e9a21993dbbda12891594b5 /meta-oe/recipes-core/systemd/systemd_git.bb
parentf3d859c4c93a41856e36b858064c12261c004098 (diff)
downloadmeta-openembedded-b297ece0b5663aca97d30927a32c20ccce97eb2a.tar.gz
systemd: update to latest git
Fix docbook-xsl problem by forcing the xsltproc check to false 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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index b796411ea5..336fff0707 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
5 5
6DEPENDS = "docbook-sgml-dtd-4.1-native gperf-native acl readline udev dbus libcap libcgroup" 6DEPENDS = "docbook-sgml-dtd-4.1-native gperf-native acl readline udev dbus libcap libcgroup tcp-wrappers"
7DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 7DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
8 8
9SERIAL_CONSOLE ?= "115200 /dev/ttyS0" 9SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
@@ -14,14 +14,14 @@ inherit gitpkgv
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r1" 17PR = "r4"
18 18
19inherit autotools vala perlnative 19inherit autotools vala perlnative
20 20
21SRCREV = "7c83341a593160e2b4739bdb8a1ad76b21bbdf9e" 21SRCREV = "798e258d301ac237cb1d72b5fc4b19ee900d6f7d"
22 22
23SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ 23SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
24 file://0003-analyze-draw-kernel-boot-time-as-well.patch \ 24 file://0001-disable-xsltproc-completely.patch \
25 ${UCLIBCPATCHES} \ 25 ${UCLIBCPATCHES} \
26 " 26 "
27UCLIBCPATCHES = "" 27UCLIBCPATCHES = ""
@@ -43,9 +43,9 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
43 --disable-gtk \ 43 --disable-gtk \
44 " 44 "
45 45
46# There's no docbook-xsl-native, so for the xsltproc check to false
46do_configure_prepend() { 47do_configure_prepend() {
47 # avoid network access 48 sed -i /xsltproc/d configure.ac
48 sed -i -e /nonet/d Makefile.am
49} 49}
50 50
51do_install() { 51do_install() {