From cc6f1059825d102be92c181d6bdaa5a9dab8223c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 7 Nov 2004 14:57:20 +0000 Subject: [PATCH] move lircrc handling from mythfront-config into mythfront-session BKrev: 418e37d0wZ7qcGE40lfEc_f-OBe6zg --- mythfront/mythfront-config.oe | 4 ---- mythfront/mythfront-session.oe | 2 +- mythfront/mythfront-session/mythfront.sh | 7 +++++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mythfront/mythfront-config.oe b/mythfront/mythfront-config.oe index afb79f3f6e..c6b658ff4e 100644 --- a/mythfront/mythfront-config.oe +++ b/mythfront/mythfront-config.oe @@ -19,10 +19,6 @@ do_install() { 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-session.oe b/mythfront/mythfront-session.oe index a8ab663db7..f4a8171f29 100644 --- a/mythfront/mythfront-session.oe +++ b/mythfront/mythfront-session.oe @@ -1,4 +1,4 @@ -PV = "1.1" +PV = "1.2" SRC_URI = "file://mythfront.sh" diff --git a/mythfront/mythfront-session/mythfront.sh b/mythfront/mythfront-session/mythfront.sh index e69de29bb2..582cae908e 100644 --- a/mythfront/mythfront-session/mythfront.sh +++ b/mythfront/mythfront-session/mythfront.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +install -d $HOME/.mythtv +ln -sf /var/lib/config/lircrc $HOME/.mythtv/lircrc + +exec mythfrontend + -- 2.39.5