summaryrefslogtreecommitdiff
path: root/mythfront/mythfront-session.oe
diff options
context:
space:
mode:
Diffstat (limited to 'mythfront/mythfront-session.oe')
-rw-r--r--mythfront/mythfront-session.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/mythfront/mythfront-session.oe b/mythfront/mythfront-session.oe
index e69de29bb2..a8ab663db7 100644
--- a/mythfront/mythfront-session.oe
+++ b/mythfront/mythfront-session.oe
@@ -0,0 +1,9 @@
+PV = "1.1"
+
+SRC_URI = "file://mythfront.sh"
+
+do_install() {
+ install -d ${D}/etc/X11/Xinit.d
+ install ${WORKDIR}/mythfront.sh ${D}/etc/X11/Xinit.d/90mythfront
+}
+