summaryrefslogtreecommitdiff
path: root/packages/mythfront
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mythfront')
-rw-r--r--packages/mythfront/mythfront-config.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mythfront/mythfront-config.bb b/packages/mythfront/mythfront-config.bb
index 4a7db96d5e..4b8b4005cc 100644
--- a/packages/mythfront/mythfront-config.bb
+++ b/packages/mythfront/mythfront-config.bb
@@ -1,4 +1,5 @@
PV = "1.7"
+PR = "r1"
DEPENDS = "xfonts-xorg"
RDEPENDS_${PN} = "xfonts-xorg"
@@ -19,8 +20,8 @@ do_install() {
ln -sf /var/lib/config/lircd.conf ${D}${sysconfdir}/lircd.conf
- install -d ${D}dev
- ln -sf lirc0 ${D}dev/lirc
+ install -d ${D}/dev
+ ln -sf lirc0 ${D}/dev/lirc
if [ -f ${WORKDIR}/serial.sh ]; then
install -d ${D}${sysconfdir}/init.d