diff --git a/packages/sysutils/systemd/build b/packages/sysutils/systemd/build index 0f27527577..8c403b59fe 100755 --- a/packages/sysutils/systemd/build +++ b/packages/sysutils/systemd/build @@ -62,7 +62,6 @@ cd $PKG_BUILD --enable-gudev \ --disable-keymap \ --disable-manpages \ - --disable-plymouth \ --enable-split-usr \ --with-usb-ids-path=/usr/share/usb.ids \ --with-pci-ids-path=/usr/share/pci.ids \ diff --git a/packages/sysutils/systemd/meta b/packages/sysutils/systemd/meta index 3dc8ab51fe..44c1a33e1a 100644 --- a/packages/sysutils/systemd/meta +++ b/packages/sysutils/systemd/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="systemd" -PKG_VERSION="184" +PKG_VERSION="186" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/sysutils/systemd/patches/systemd-183-udev_path.patch b/packages/sysutils/systemd/patches/systemd-183-udev_path.patch deleted file mode 100644 index cdd8750113..0000000000 --- a/packages/sysutils/systemd/patches/systemd-183-udev_path.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Naur systemd-183/src/udev/udev.pc.in systemd-183.patch/src/udev/udev.pc.in ---- systemd-183/src/udev/udev.pc.in 2012-04-05 17:49:14.000000000 +0200 -+++ systemd-183.patch/src/udev/udev.pc.in 2012-05-27 20:48:44.119357342 +0200 -@@ -2,4 +2,4 @@ - Description: udev - Version: @VERSION@ - --udevdir=@pkglibexecdir@ -+udevdir=@udevlibexecdir@