mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
initscripts: No need to run ldconfig every time we boot now...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3220 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -56,11 +56,6 @@ then
|
|||||||
ln -sf /var/tmp /tmp
|
ln -sf /var/tmp /tmp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
|
||||||
# Update dynamic library cache
|
|
||||||
#
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
# Set the system clock from hardware clock
|
# Set the system clock from hardware clock
|
||||||
# If the timestamp is 1 day or more recent than the current time,
|
# If the timestamp is 1 day or more recent than the current time,
|
||||||
# use the timestamp instead.
|
# use the timestamp instead.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ PRIORITY = "required"
|
|||||||
DEPENDS = "makedevs"
|
DEPENDS = "makedevs"
|
||||||
RDEPENDS = "makedevs"
|
RDEPENDS = "makedevs"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r101"
|
PR = "r102"
|
||||||
|
|
||||||
SRC_URI = "file://functions \
|
SRC_URI = "file://functions \
|
||||||
file://halt \
|
file://halt \
|
||||||
|
|||||||
Reference in New Issue
Block a user