diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-23 17:08:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-23 17:08:02 +0000 |
commit | 4aaa8343bc1394d58ca6017d46bf11c1f151fae6 (patch) | |
tree | 8465ca426e5e8a3355c76f37825d03767c88082f /meta/packages/initscripts | |
parent | d74537f6bd113d2b60cec0cea4de5d793a36f318 (diff) | |
download | poky-4aaa8343bc1394d58ca6017d46bf11c1f151fae6.tar.gz |
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
Diffstat (limited to 'meta/packages/initscripts')
-rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/bootmisc.sh | 5 | ||||
-rw-r--r-- | meta/packages/initscripts/initscripts_1.0.bb | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh index 2a40e0c410..d67346b886 100755 --- a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh +++ b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh | |||
@@ -56,11 +56,6 @@ then | |||
56 | ln -sf /var/tmp /tmp | 56 | ln -sf /var/tmp /tmp |
57 | fi | 57 | fi |
58 | 58 | ||
59 | # | ||
60 | # Update dynamic library cache | ||
61 | # | ||
62 | /sbin/ldconfig | ||
63 | |||
64 | # Set the system clock from hardware clock | 59 | # Set the system clock from hardware clock |
65 | # If the timestamp is 1 day or more recent than the current time, | 60 | # If the timestamp is 1 day or more recent than the current time, |
66 | # use the timestamp instead. | 61 | # use the timestamp instead. |
diff --git a/meta/packages/initscripts/initscripts_1.0.bb b/meta/packages/initscripts/initscripts_1.0.bb index 52413a727d..bcc3aa2c35 100644 --- a/meta/packages/initscripts/initscripts_1.0.bb +++ b/meta/packages/initscripts/initscripts_1.0.bb | |||
@@ -4,7 +4,7 @@ PRIORITY = "required" | |||
4 | DEPENDS = "makedevs" | 4 | DEPENDS = "makedevs" |
5 | RDEPENDS = "makedevs" | 5 | RDEPENDS = "makedevs" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | PR = "r101" | 7 | PR = "r102" |
8 | 8 | ||
9 | SRC_URI = "file://functions \ | 9 | SRC_URI = "file://functions \ |
10 | file://halt \ | 10 | file://halt \ |