diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_232.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes-core/systemd/systemd_232.bb index 9b76b6907b..cc8781e476 100644 --- a/meta/recipes-core/systemd/systemd_232.bb +++ b/meta/recipes-core/systemd/systemd_232.bb | |||
@@ -4,7 +4,7 @@ PROVIDES = "udev" | |||
4 | 4 | ||
5 | PE = "1" | 5 | PE = "1" |
6 | 6 | ||
7 | DEPENDS = "kmod intltool-native gperf-native acl readline libcap libcgroup qemu-native util-linux" | 7 | DEPENDS = "kmod intltool-native gperf-native acl readline libcap libcgroup util-linux" |
8 | 8 | ||
9 | SECTION = "base/shell" | 9 | SECTION = "base/shell" |
10 | 10 | ||
@@ -571,6 +571,7 @@ pkg_prerm_${PN} () { | |||
571 | -i $D${sysconfdir}/nsswitch.conf | 571 | -i $D${sysconfdir}/nsswitch.conf |
572 | } | 572 | } |
573 | 573 | ||
574 | PACKAGE_WRITE_DEPS += "qemu-native" | ||
574 | pkg_postinst_udev-hwdb () { | 575 | pkg_postinst_udev-hwdb () { |
575 | if test -n "$D"; then | 576 | if test -n "$D"; then |
576 | ${@qemu_run_binary(d, '$D', '${base_bindir}/udevadm')} hwdb --update \ | 577 | ${@qemu_run_binary(d, '$D', '${base_bindir}/udevadm')} hwdb --update \ |