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:
Richard Purdie 2007-11-23 17:08:02 +00:00
parent d74537f6bd
commit 4aaa8343bc
2 changed files with 1 additions and 6 deletions

View File

@ -56,11 +56,6 @@ then
ln -sf /var/tmp /tmp
fi
#
# Update dynamic library cache
#
/sbin/ldconfig
# Set the system clock from hardware clock
# If the timestamp is 1 day or more recent than the current time,
# use the timestamp instead.

View File

@ -4,7 +4,7 @@ PRIORITY = "required"
DEPENDS = "makedevs"
RDEPENDS = "makedevs"
LICENSE = "GPL"
PR = "r101"
PR = "r102"
SRC_URI = "file://functions \
file://halt \