[oe-commits] Ross Burton : systemd: add missing util-linux build-dependency

git at git.openembedded.org git at git.openembedded.org
Fri Feb 27 19:03:23 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 4636269f0d69ac1a80f3f1cc5979fb2b425513eb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4636269f0d69ac1a80f3f1cc5979fb2b425513eb

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Feb 27 14:57:46 2015 +0000

systemd: add missing util-linux build-dependency

This dependency accidently disappeared in the 219 upgrade, so add it back.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_219.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index f45c5e1..800a495 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -19,7 +19,7 @@ PROVIDES = "udev"
 
 PE = "1"
 
-DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native"
+DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 SECTION = "base/shell"



More information about the Openembedded-commits mailing list