shuffle xorg.conf bits around
authorPhil Blundell <philb@gnu.org>
Tue, 26 Oct 2004 09:07:10 +0000 (09:07 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 26 Oct 2004 09:07:10 +0000 (09:07 +0000)
BKrev: 417e13beQJn6egr57IUEbX8O5f7J-w

mythfront/mythfront-config.oe
mythfront/mythfront-config/epia/xorg.conf [new file with mode: 0644]
mythfront/mythfront-config/xorg.conf [deleted file]

index 38bea68..b33a330 100644 (file)
@@ -1,6 +1,9 @@
-PV = "1.1"
+PV = "1.4"
 
-SRC_URI = "file://tftp.sh"
+DEPENDS = "xfonts-xorg"
+RDEPENDS_${PN} = "xfonts-xorg"
+
+SRC_URI = "file://tftp.sh file://xorg.conf"
 
 do_install() {
        install -d ${D}/etc/udhcpc.d/
@@ -10,6 +13,15 @@ do_install() {
        ln -sf /var/lib/config/mysql.txt ${D}/etc/mythtv
 
        install -d ${D}/etc/X11
-       ln -sf /var/lib/config/xorg.conf ${D}/etc/X11
+       install -m 0644 ${WORKDIR}/xorg.conf ${D}/etc/X11
+
+       ln -sf /var/lib/config/lircd.conf ${D}/etc/lircd.conf
+
+       # ewwww
+       install -d ${D}/root/.mythtv
+       ln -sf /var/lib/config/lircrc ${D}/root/.mythtv/lircrc
+
+       install -d ${D}/dev
+       ln -sf lirc0 ${D}/dev/lirc
 }
 
diff --git a/mythfront/mythfront-config/epia/xorg.conf b/mythfront/mythfront-config/epia/xorg.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mythfront/mythfront-config/xorg.conf b/mythfront/mythfront-config/xorg.conf
deleted file mode 100644 (file)
index e69de29..0000000