mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 19:14:28 +00:00
initscripts: Check link exists in volatiles script
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
5638a3e8b5
commit
4f5d44c25c
@ -178,7 +178,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
if test -f /etc/ld.so.cache
|
||||
if test -f /etc/ld.so.cache -a ! -f /var/run/ld.so.cache
|
||||
then
|
||||
ln -s /etc/ld.so.cache /var/run/ld.so.cache
|
||||
fi
|
||||
|
||||
@ -4,7 +4,7 @@ PRIORITY = "required"
|
||||
DEPENDS = "makedevs"
|
||||
RDEPENDS = "makedevs"
|
||||
LICENSE = "GPL"
|
||||
PR = "r119"
|
||||
PR = "r120"
|
||||
|
||||
SRC_URI = "file://functions \
|
||||
file://halt \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user