Revert "run-postinsts: Set dependency for ldconfig to avoid boot issues"

Same fix has been included upstream (poky).

This reverts commit 30022f556b.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-05-11 11:24:34 +02:00
parent e7004dcaa8
commit dc66ea2735
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
# Copyright (C) 2022 Digi International
do_install:append() {
# Add ordering dependency between postinsts and ldconfig service
sed -i -e '/After=/ s/$/ ldconfig.service/' \
${D}${systemd_system_unitdir}/run-postinsts.service
}