From: Phil Blundell Date: Tue, 26 Oct 2004 09:07:10 +0000 (+0000) Subject: shuffle xorg.conf bits around X-Git-Tag: Release-2010-05/1~16459 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda5b4595f8b4855a2cfcdd778adba94364161e1;p=openembedded.git shuffle xorg.conf bits around BKrev: 417e13beQJn6egr57IUEbX8O5f7J-w --- 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