]> code.ossystems Code Review - openembedded-core.git/commitdiff
initscripts: No need to run ldconfig every time we boot now...
authorRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 17:08:02 +0000 (17:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 17:08:02 +0000 (17:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3220 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/initscripts/initscripts-1.0/bootmisc.sh
meta/packages/initscripts/initscripts_1.0.bb

index 2a40e0c410d1d0bd322911127517b99cfb03ca3a..d67346b8867a1d49e4aa9e11d4804dabe9097f8a 100755 (executable)
@@ -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.
index 52413a727db3b1ba32de867fd44325203e1c3d21..bcc3aa2c35a291e424166d2891aa2aa835e38879 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
 LICENSE = "GPL"
-PR = "r101"
+PR = "r102"
 
 SRC_URI = "file://functions \
            file://halt \