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