summaryrefslogtreecommitdiff
path: root/packages/tasks/task-mythfront.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:48:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:48:06 +0000
commit28cc6fb0bc0f4ef00e5892969ad22010cc7e9184 (patch)
tree1370b19a467fb8d46bb51e07099f21150dc20494 /packages/tasks/task-mythfront.bb
parent7a69d9fbf43f30ff2906614f0582814714f8e5e4 (diff)
another set of parse errors fixing
Diffstat (limited to 'packages/tasks/task-mythfront.bb')
-rw-r--r--packages/tasks/task-mythfront.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-mythfront.bb b/packages/tasks/task-mythfront.bb
index a22f92fc6b..b86ade69f3 100644
--- a/packages/tasks/task-mythfront.bb
+++ b/packages/tasks/task-mythfront.bb
@@ -1,11 +1,11 @@
PACKAGES = "${PN}"
DESCRIPTION = "Meta-package for MythTV diskless frontend"
-ALLOW_EMPTY = 1
+ALLOW_EMPTY = "1"
PR = "r6"
RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera fontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd drm-module-drm"
-LICENSE = MIT
+LICENSE = "MIT"
# there is a -march=586 somewhere in the source tree of mythtv
COMPATIBLE_HOST = 'i.86.*-linux'