From 38ee732803984de88a449b8ba8296a5deda62771 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 26 Jun 2010 12:20:55 +0200 Subject: initscripts-shr: workaround missing ttySAC* nodes with devtmpfs Signed-off-by: Martin Jansa --- recipes/shr/initscripts-shr/mountdevsubfs.sh | 3 +++ recipes/shr/initscripts-shr_0.0.1.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/shr/initscripts-shr/mountdevsubfs.sh b/recipes/shr/initscripts-shr/mountdevsubfs.sh index 4308dab44e..2a0a7a6b2e 100644 --- a/recipes/shr/initscripts-shr/mountdevsubfs.sh +++ b/recipes/shr/initscripts-shr/mountdevsubfs.sh @@ -3,6 +3,9 @@ . /etc/default/devpts test -c /dev/ptmx || mknod -m 666 /dev/ptmx c 5 2 +test -c /dev/ttySAC0 || mknod /dev/ttySAC0 c 204 64 +test -c /dev/ttySAC1 || mknod /dev/ttySAC1 c 204 65 +test -c /dev/ttySAC2 || mknod /dev/ttySAC2 c 204 66 if [ ! -d /dev/pts ]; then mkdir /dev/pts diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb index 5b91bc903b..07f380a597 100644 --- a/recipes/shr/initscripts-shr_0.0.1.bb +++ b/recipes/shr/initscripts-shr_0.0.1.bb @@ -5,7 +5,7 @@ DEPENDS = "" RDEPENDS_${PN} = "procps" LICENSE = "GPL" PV = "0.0.1" -PR = "r16" +PR = "r17" RCONFLICTS_${PN} = "initscripts" -- cgit v1.2.3