git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503737f
)
slugos-init: No longer require the links.conf for the /dev/rtc link
author
Rod Whitby
<rod@whitby.id.au>
Thu, 15 Feb 2007 02:01:40 +0000
(
02:01
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Thu, 15 Feb 2007 02:01:40 +0000
(
02:01
+0000)
packages/slugos-init/slugos-init_0.10.bb
patch
|
blob
|
history
diff --git
a/packages/slugos-init/slugos-init_0.10.bb
b/packages/slugos-init/slugos-init_0.10.bb
index
b75511e
..
0e32c06
100644
(file)
--- a/
packages/slugos-init/slugos-init_0.10.bb
+++ b/
packages/slugos-init/slugos-init_0.10.bb
@@
-4,7
+4,7
@@
PRIORITY = "required"
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r7
7
"
+PR = "r7
8
"
SRC_URI = "file://boot/flash \
file://boot/disk \
@@
-29,7
+29,6
@@
SRC_URI = "file://boot/flash \
file://leds \
file://turnup \
file://reflash \
- file://links.conf \
"
SBINPROGS = ""
@@
-96,10
+95,6
@@
do_install() {
install -m 0755 initscripts/$s ${D}${sysconfdir}/init.d/
done
- #
- # Udev configuration files
- install -m 0644 links.conf ${D}${sysconfdir}/udev
-
#
# Boot scripts
for p in ${BOOTSCRIPTS}