systemd: bump to version 221
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 29 Jun 2015 13:14:43 +0000 (15:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 Jun 2015 20:02:35 +0000 (22:02 +0200)
- Bump to version 221
- Update hash file

- Add --disable-gnuefi to configure options to avoid a failure like this
  one:

  checking for /usr/lib/gnuefi/elf_ia32_efi.lds... configure: error:
  cannot check for file existence when cross compiling

- Remove gudev logic since it has been removed from the systemd tree and
  it is now an external project.

Announcement URL:

  http://lists.freedesktop.org/archives/systemd-devel/2015-June/033170.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/systemd.hash
package/systemd/systemd.mk

index d2ac7405c0e4d91c98f024cededc6a9b7e183830..f7460517bcf418efe449362197238b523605f6a8 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  5c57113454e37c040d0cb481bd960ae7cf3a3fe0a231ff4945259bc74503f2d9  systemd-219.tar.xz
+sha256  085e088650afbfc688ccb13459aedb1fbc7c8810358605b076301f472d51cc4f  systemd-221.tar.xz
index 98bda028e28aef3b89291a2f36809c229b1a54ae..ee17bc80c25b41d0dfa1edbdcd6b49e1b05d5057 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SYSTEMD_VERSION = 219
+SYSTEMD_VERSION = 221
 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
@@ -39,6 +39,7 @@ SYSTEMD_CONF_OPTS += \
        --with-dbussystemservicedir=/usr/share/dbus-1/system-services \
        --enable-split-usr \
        --disable-efi \
+       --disable-gnuefi \
        --disable-tests \
        --disable-dbus \
        --without-python
@@ -63,13 +64,6 @@ else
 SYSTEMD_CONF_OPTS += --disable-acl
 endif
 
-ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
-SYSTEMD_CONF_OPTS += --enable-gudev
-SYSTEMD_DEPENDENCIES += libglib2
-else
-SYSTEMD_CONF_OPTS += --disable-gudev
-endif
-
 ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
 SYSTEMD_CONF_OPTS += --enable-seccomp
 SYSTEMD_DEPENDENCIES += libseccomp