diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-27 14:57:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 19:03:09 +0000 |
commit | c0bd9e6da735e85df848363aa39ed5679db40df3 (patch) | |
tree | e9c70a6b755818c1e65042a80a6de5ac6fde1654 /meta/recipes-core | |
parent | a3fe99dc15c38cc63e68a8ab7aa9a9c071a5fe22 (diff) | |
download | poky-c0bd9e6da735e85df848363aa39ed5679db40df3.tar.gz |
systemd: add missing util-linux build-dependency
This dependency accidently disappeared in the 219 upgrade, so add it back.
(From OE-Core rev: 4636269f0d69ac1a80f3f1cc5979fb2b425513eb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_219.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index f45c5e1260..800a4955a4 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb | |||
@@ -19,7 +19,7 @@ PROVIDES = "udev" | |||
19 | 19 | ||
20 | PE = "1" | 20 | PE = "1" |
21 | 21 | ||
22 | DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native" | 22 | DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux" |
23 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 23 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
24 | 24 | ||
25 | SECTION = "base/shell" | 25 | SECTION = "base/shell" |