summaryrefslogtreecommitdiff
path: root/packages/mythfront/mythfront-session.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mythfront/mythfront-session.bb')
-rw-r--r--packages/mythfront/mythfront-session.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/mythfront/mythfront-session.bb b/packages/mythfront/mythfront-session.bb
index e69de29bb2..5f66164a2f 100644
--- a/packages/mythfront/mythfront-session.bb
+++ b/packages/mythfront/mythfront-session.bb
@@ -0,0 +1,10 @@
+
+PV = "1.2"
+LICENSE = "MIT"
+SRC_URI = "file://mythfront.sh"
+
+do_install() {
+ install -d ${D}/etc/X11/Xinit.d
+ install ${WORKDIR}/mythfront.sh ${D}/etc/X11/Xinit.d/90mythfront
+}
+