aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-05-04 01:33:39 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-05-04 01:33:39 +0200
commit974dfb87778a26b80983b44c94922d0acb257e33 (patch)
tree2c76955aeb265724c475901969d223e9fa597ef7
parent36dfc0984867d6854a8f0e7ba9234af255b211a9 (diff)
downloadopenembedded-974dfb87778a26b80983b44c94922d0acb257e33.tar.gz
udev: modify udev_165.bb INITSCRIPTS_PARAMS, following oe-core
* initscripts expects udev to start at S04, after S03sysfs.sh * udev_cache is moved at S36 after S35mountall.sh Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/udev/udev_165.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb
index d426aff6b6..23be4c013c 100644
--- a/recipes/udev/udev_165.bb
+++ b/recipes/udev/udev_165.bb
@@ -69,7 +69,7 @@ EXTRA_OECONF += " --with-udev-prefix= \
"
INITSCRIPT_NAME = "udev"
-INITSCRIPT_PARAMS = "start 03 S ."
+INITSCRIPT_PARAMS = "start 04 S ."
PACKAGES =+ "libudev libgudev udev-utils"
@@ -156,5 +156,5 @@ pkg_postinst_udev_append() {
else
OPT="-s"
fi
- update-rc.d $OPT udev-cache start 12 S .
+ update-rc.d $OPT udev-cache start 36 S .
}