diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-02 20:08:50 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-02 20:08:50 +0200 |
| commit | b297ece0b5663aca97d30927a32c20ccce97eb2a (patch) | |
| tree | bde8baa6ace6638f4e9a21993dbbda12891594b5 /meta-oe/recipes-core/systemd/systemd_git.bb | |
| parent | f3d859c4c93a41856e36b858064c12261c004098 (diff) | |
| download | meta-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.bb | 12 |
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" | |||
| 3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | DEPENDS = "docbook-sgml-dtd-4.1-native gperf-native acl readline udev dbus libcap libcgroup" | 6 | DEPENDS = "docbook-sgml-dtd-4.1-native gperf-native acl readline udev dbus libcap libcgroup tcp-wrappers" |
| 7 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 7 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
| 8 | 8 | ||
| 9 | SERIAL_CONSOLE ?= "115200 /dev/ttyS0" | 9 | SERIAL_CONSOLE ?= "115200 /dev/ttyS0" |
| @@ -14,14 +14,14 @@ inherit gitpkgv | |||
| 14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
| 15 | 15 | ||
| 16 | PV = "git" | 16 | PV = "git" |
| 17 | PR = "r1" | 17 | PR = "r4" |
| 18 | 18 | ||
| 19 | inherit autotools vala perlnative | 19 | inherit autotools vala perlnative |
| 20 | 20 | ||
| 21 | SRCREV = "7c83341a593160e2b4739bdb8a1ad76b21bbdf9e" | 21 | SRCREV = "798e258d301ac237cb1d72b5fc4b19ee900d6f7d" |
| 22 | 22 | ||
| 23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 23 | SRC_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 | " |
| 27 | UCLIBCPATCHES = "" | 27 | UCLIBCPATCHES = "" |
| @@ -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 | ||
| 46 | do_configure_prepend() { | 47 | do_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 | ||
| 51 | do_install() { | 51 | do_install() { |
