aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-31 20:01:13 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-31 20:01:13 +0100
commit137712513898fc56b9b1185291dae1148af58cf2 (patch)
treea56e1dc6595dcad07901358a73d8842610de9ed0
parent0c5891b4c9cbcddf8d5dc33a6be1585988797405 (diff)
downloadopenembedded-137712513898fc56b9b1185291dae1148af58cf2.tar.gz
mythplugins: added a few lines of comment for clarification
-rw-r--r--recipes/mythplugins/mythplugins_0.21+0.22rc1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb b/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb
index d4f2b2dd8e..62b4accfa4 100644
--- a/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb
+++ b/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb
@@ -7,6 +7,8 @@ PR = "r0"
DEPENDS = "flac taglib mythtv libvorbis libexif libvisual libsdl-x11 libcdaudio"
# to add libcdparanoia
+# todo: add mythweb
+
PACKAGES =+ "mythmovies mythnews mythweather"
RDEPENDS_${PN} = "mythmovies mythnews mythweather"
@@ -86,6 +88,9 @@ S = "${WORKDIR}/mythplugins-0.22rc1"
QMAKE_PROFILES = "mythplugins.pro"
+# Note: a lot of functionality is disabled because it depends on QtOpenGL
+# which is not in OE at the moment
+
EXTRA_OECONF = " \
--cross-prefix=${TARGET_PREFIX} \
--sysroot=${STAGING_DIR_HOST} \