summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_225.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 7c66ba20e4..9346260b57 100644
--- a/meta/recipes-core/systemd/systemd_225.bb
+++ b/meta/recipes-core/systemd/systemd_225.bb
@@ -402,6 +402,7 @@ pkg_postinst_udev-hwdb () {
402 if test -n "$D"; then 402 if test -n "$D"; then
403 ${@qemu_run_binary(d, '$D', '${base_bindir}/udevadm')} hwdb --update \ 403 ${@qemu_run_binary(d, '$D', '${base_bindir}/udevadm')} hwdb --update \
404 --root $D 404 --root $D
405 chown root:root $D${sysconfdir}/udev/hwdb.bin
405 else 406 else
406 udevadm hwdb --update 407 udevadm hwdb --update
407 fi 408 fi