add some serial configuration bits
authorPhil Blundell <philb@gnu.org>
Sun, 7 Nov 2004 12:34:59 +0000 (12:34 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 7 Nov 2004 12:34:59 +0000 (12:34 +0000)
BKrev: 418e1673m4DcONZSLOAXeOe6YpLD2g

mythfront/mythfront-config.oe
mythfront/mythfront-config/epia/serial.sh [new file with mode: 0644]

index b33a330..a330bf8 100644 (file)
@@ -1,10 +1,12 @@
-PV = "1.4"
+PV = "1.5"
 
 DEPENDS = "xfonts-xorg"
 RDEPENDS_${PN} = "xfonts-xorg"
 
 SRC_URI = "file://tftp.sh file://xorg.conf"
 
+SRC_URI_append_epia = " file://serial.sh"
+
 do_install() {
        install -d ${D}/etc/udhcpc.d/
        install ${WORKDIR}/tftp.sh ${D}/etc/udhcpc.d/80tftp
@@ -23,5 +25,10 @@ do_install() {
 
        install -d ${D}/dev
        ln -sf lirc0 ${D}/dev/lirc
+
+       if [ -f ${WORKDIR}/serial.sh ]; then
+               install ${WORKDIR}/serial.sh ${D}/etc/init.d/mythfront-serial
+               ln -sf ../init.d/mythfront-serial ${D}/etc/rc2.d/S10mythfront-serial
+       fi
 }
 
diff --git a/mythfront/mythfront-config/epia/serial.sh b/mythfront/mythfront-config/epia/serial.sh
new file mode 100644 (file)
index 0000000..e69de29