diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-02-18 12:05:40 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-19 21:29:30 +0100 |
| commit | cc1775c8e3f182a4718b1d7384980f38af6ec007 (patch) | |
| tree | 31f367784116fdb448f676f607e003b89d2a0c64 /package/systemd/systemd.mk | |
| parent | b265f0e0719f5e32d37d26870992de0e63997e9a (diff) | |
| download | buildroot-cc1775c8e3f182a4718b1d7384980f38af6ec007.tar.gz buildroot-cc1775c8e3f182a4718b1d7384980f38af6ec007.zip | |
systemd: bump version to 219
- Bump version to 219
- Update the hash file
- Remove non-existent configure options
- Adapt patch to make it apply on version 219
Packages depending on systemd (bluez5-utils, dbus, liblogging,
pulseaudio) have been built successfully with this new version.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd/systemd.mk')
| -rw-r--r-- | package/systemd/systemd.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 92f99c2e01..98bda028e2 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -4,7 +4,7 @@ # ################################################################################ -SYSTEMD_VERSION = 218 +SYSTEMD_VERSION = 219 SYSTEMD_SITE = http://www.freedesktop.org/software/systemd SYSTEMD_SOURCE = systemd-$(SYSTEMD_VERSION).tar.xz SYSTEMD_LICENSE = LGPLv2.1+; GPLv2+ for udev; MIT-like license for few source files listed in README @@ -37,9 +37,7 @@ SYSTEMD_CONF_OPTS += \ --with-dbuspolicydir=/etc/dbus-1/system.d \ --with-dbussessionservicedir=/usr/share/dbus-1/services \ --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ - --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \ --enable-split-usr \ - --enable-introspection=no \ --disable-efi \ --disable-tests \ --disable-dbus \ |

