aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-05-21 11:00:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 20:45:37 +0100
commite7379a75ea2698d149ab2e7147f1140132ebfedf (patch)
tree6048c11f1ac8c3ab93c27f5cdb2e479c384b4360 /meta/recipes-core/systemd
parent984eb9e25b658c5e9a870983841060aca32bc137 (diff)
downloadopenembedded-core-e7379a75ea2698d149ab2e7147f1140132ebfedf.tar.gz
systemd: add udev-utils dependency for udev-hwdb
udev-hwdb needs udevadm tool to compile the hardware index. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_204.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb
index 9664e0428c..e7b9f6a2ac 100644
--- a/meta/recipes-core/systemd/systemd_204.bb
+++ b/meta/recipes-core/systemd/systemd_204.bb
@@ -204,6 +204,8 @@ RDEPENDS_udev += "udev-utils"
RPROVIDES_udev = "hotplug"
RRECOMMENDS_udev += "udev-hwdb"
+RDEPENDS_udev-hwdb += "udev-utils"
+
FILES_udev += "${base_sbindir}/udevd \
${rootlibexecdir}/systemd/systemd-udevd \
${rootlibexecdir}/udev/accelerometer \