summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_256.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.8.bb b/meta/recipes-core/systemd/systemd_256.8.bb
index 5bec9cb976..6004d911ea 100644
--- a/meta/recipes-core/systemd/systemd_256.8.bb
+++ b/meta/recipes-core/systemd/systemd_256.8.bb
@@ -899,7 +899,8 @@ pkg_prerm:${PN}:libc-glibc () {
899PACKAGE_WRITE_DEPS += "qemu-native" 899PACKAGE_WRITE_DEPS += "qemu-native"
900pkg_postinst:udev-hwdb () { 900pkg_postinst:udev-hwdb () {
901 if test -n "$D"; then 901 if test -n "$D"; then
902 $INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} rootlibexecdir="${rootlibexecdir}" PREFERRED_PROVIDER_udev="${PREFERRED_PROVIDER_udev}" base_bindir="${base_bindir}" 902 $INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \
903 rootlibexecdir="${rootlibexecdir}" PREFERRED_PROVIDER_udev="${PREFERRED_PROVIDER_udev}" base_bindir="${base_bindir}"
903 else 904 else
904 systemd-hwdb update 905 systemd-hwdb update
905 fi 906 fi