From bda5b4595f8b4855a2cfcdd778adba94364161e1 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 26 Oct 2004 09:07:10 +0000 Subject: [PATCH] shuffle xorg.conf bits around BKrev: 417e13beQJn6egr57IUEbX8O5f7J-w --- mythfront/mythfront-config.oe | 18 +++++++++++++++--- .../mythfront-config/{ => epia}/xorg.conf | 0 2 files changed, 15 insertions(+), 3 deletions(-) rename mythfront/mythfront-config/{ => epia}/xorg.conf (100%) diff --git a/mythfront/mythfront-config.oe b/mythfront/mythfront-config.oe index 38bea68cd5..b33a330856 100644 --- a/mythfront/mythfront-config.oe +++ b/mythfront/mythfront-config.oe @@ -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/xorg.conf b/mythfront/mythfront-config/epia/xorg.conf similarity index 100% rename from mythfront/mythfront-config/xorg.conf rename to mythfront/mythfront-config/epia/xorg.conf -- 2.39.5