diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-28 09:20:24 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-28 09:20:24 +0200 |
| commit | e74449cac02ff2b3e4bfd350443961062ec8abf8 (patch) | |
| tree | 307a751fb2f775ee33e9fcbf4e414318dd510ffb /meta-oe/recipes-core/systemd/systemd_git.bb | |
| parent | 77d31f8d3027f6ef96bff61da4bf22cf9618bf21 (diff) | |
| download | meta-openembedded-e74449cac02ff2b3e4bfd350443961062ec8abf8.tar.gz | |
systemd: update to v31 + 2 bugfixes
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 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index bafdf9c27f..7f6751c9c3 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
| @@ -18,11 +18,10 @@ PR = "r0" | |||
| 18 | 18 | ||
| 19 | inherit autotools vala | 19 | inherit autotools vala |
| 20 | 20 | ||
| 21 | SRCREV = "501c92c432c7bef452a2714c29519bdd45281a72" | 21 | SRCREV = "85f19d825e7504676f3a80c78c1d9a7ec35a3b3f" |
| 22 | 22 | ||
| 23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ |
| 24 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ | 24 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ |
| 25 | file://use-nonet-for-docbook.patch \ | ||
| 26 | ${UCLIBCPATCHES} \ | 25 | ${UCLIBCPATCHES} \ |
| 27 | " | 26 | " |
| 28 | UCLIBCPATCHES = "" | 27 | UCLIBCPATCHES = "" |
| @@ -42,6 +41,11 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
| 42 | --disable-gtk \ | 41 | --disable-gtk \ |
| 43 | " | 42 | " |
| 44 | 43 | ||
| 44 | do_configure_prepend() { | ||
| 45 | # avoid network access | ||
| 46 | sed -i -e /nonet/d Makefile.am | ||
| 47 | } | ||
| 48 | |||
| 45 | do_install() { | 49 | do_install() { |
| 46 | autotools_do_install | 50 | autotools_do_install |
| 47 | # provided by a seperate recipe | 51 | # provided by a seperate recipe |
| @@ -52,7 +56,7 @@ PACKAGES =+ "${PN}-gui" | |||
| 52 | 56 | ||
| 53 | FILES_${PN}-gui = "${bindir}/systemadm" | 57 | FILES_${PN}-gui = "${bindir}/systemadm" |
| 54 | 58 | ||
| 55 | FILES_${PN} = " ${base_bindir}/* \ | 59 | FILES_${PN} += " ${base_bindir}/* \ |
| 56 | ${datadir}/dbus-1/services \ | 60 | ${datadir}/dbus-1/services \ |
| 57 | ${datadir}/dbus-1/system-services \ | 61 | ${datadir}/dbus-1/system-services \ |
| 58 | ${datadir}/polkit-1 \ | 62 | ${datadir}/polkit-1 \ |
| @@ -68,7 +72,8 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
| 68 | ${libdir}/systemd \ | 72 | ${libdir}/systemd \ |
| 69 | " | 73 | " |
| 70 | 74 | ||
| 71 | FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug" | 75 | FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug ${base_libdir}/security/.debug/" |
| 76 | FILES_${PN}-dev += "${base_libdir}/security/*.la" | ||
| 72 | 77 | ||
| 73 | RDEPENDS_${PN} += "dbus-systemd udev-systemd" | 78 | RDEPENDS_${PN} += "dbus-systemd udev-systemd" |
| 74 | 79 | ||
