]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd-compat-units.bb: fix postinstall script
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Wed, 22 Nov 2023 10:23:48 +0000 (11:23 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 28 Dec 2023 14:43:58 +0000 (04:43 -1000)
commitd114814fa2628cfea2769d65a26514b76e61a0fa
treea0565e2d375d0894676fca3b100e28e57a78990f
parent431e6ad7c5b0af3909f5a43599764c529146e6d6
systemd-compat-units.bb: fix postinstall script

This fixes an issue running "opkg upgrade" on a system with systemd
(and when there is an update to "systemd-compat-units",
for example between yocto 4.2.2 and 4.2.3):

//var/lib/opkg/info/systemd-compat-units.postinst: cd: line 3: can't cd to /etc/init.d: No such file or directory

The existence of /etc/init.d is now tested
without causing an error if doesn't exist.

Fixes [YOCTO #15292]

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0330331a1386fd2a34b410a7f62b29bfc8dc23c4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/systemd/systemd-compat-units.bb