summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@oss.qualcomm.com>2024-12-03 00:05:19 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-05 17:07:09 +0000
commitf05edfa08af2b6825a61686dff3338b3bf7b0295 (patch)
treee5a87221dd6b8e1b0a8c2056a3e920d12913260b
parenteac509b9ed1464e312bfbb7ce3120fd7da50876e (diff)
downloadpoky-f05edfa08af2b6825a61686dff3338b3bf7b0295.tar.gz
systemd: split long line in pkg_postinst
Cosmetic change only to avoid max line length patchset failures when changing the target line. (From OE-Core rev: c6267b247a53c7e1a6befd2f04b440fbf8918028) Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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