aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-06 22:30:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-06 22:30:28 +0200
commitc2a9e77a9337254df1e949e71567232cd02d4023 (patch)
treed12393d551bb9df374b14a991646252e0209844d /recipes/mythtv
parent1288cce0dbd07e51e4e1d22ad8c6f43e6d729ee5 (diff)
downloadopenembedded-c2a9e77a9337254df1e949e71567232cd02d4023.tar.gz
mythtv: fixed LICENSE added a few other headers for mythplugins and myththemes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/mythtv')
-rw-r--r--recipes/mythtv/mythplugins_0.23+fixes.bb4
-rw-r--r--recipes/mythtv/myththemes_0.23+fixes.bb4
-rw-r--r--recipes/mythtv/mythtv.inc2
-rw-r--r--recipes/mythtv/mythtv_0.23+fixes.bb2
4 files changed, 10 insertions, 2 deletions
diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb
index f474dd946c..201eb30a43 100644
--- a/recipes/mythtv/mythplugins_0.23+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.23+fixes.bb
@@ -1,3 +1,7 @@
+DESCRIPTION = "plugins for mythtv: A full featured personal video recorder system."
+HOMEPAGE = "http://www.mythtv.org"
+LICENSE = "GPLv2"
+
DEPENDS = "flac taglib mythtv libvorbis libexif libvisual libsdl-x11 libcdaudio cdparanoia"
RDEPENDS_${PN} = "mytharchive mythbrowser mythgallery mythgame mythmovies \
mythmusic mythnetvision mythnews mythvideo mythweather mythzoneminder"
diff --git a/recipes/mythtv/myththemes_0.23+fixes.bb b/recipes/mythtv/myththemes_0.23+fixes.bb
index 6469b4613a..849019d530 100644
--- a/recipes/mythtv/myththemes_0.23+fixes.bb
+++ b/recipes/mythtv/myththemes_0.23+fixes.bb
@@ -1,3 +1,7 @@
+DESCRIPTION = "Themes for mythtv: a full featured personal video recorder system."
+HOMEPAGE = "http://www.mythtv.org"
+LICENSE = "GPLv2"
+
DEPENDS = "mythtv"
inherit qmake2
diff --git a/recipes/mythtv/mythtv.inc b/recipes/mythtv/mythtv.inc
index 1d7b90be0e..ca652d32f5 100644
--- a/recipes/mythtv/mythtv.inc
+++ b/recipes/mythtv/mythtv.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "A full featured personal video recorder system."
HOMEPAGE = "http://www.mythtv.org"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
SECTION = "x11/multimedia"
DEPENDS = "fftw fftwf fftwl jack alsa-lib libxinerama libxv libxxf86vm libxvmc lirc \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame', d)}"
diff --git a/recipes/mythtv/mythtv_0.23+fixes.bb b/recipes/mythtv/mythtv_0.23+fixes.bb
index 200ae006cb..4b4e41e67f 100644
--- a/recipes/mythtv/mythtv_0.23+fixes.bb
+++ b/recipes/mythtv/mythtv_0.23+fixes.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "A full featured personal video recorder system."
HOMEPAGE = "http://www.mythtv.org"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
SECTION = "x11/multimedia"
DEPENDS = "jack alsa-lib libxinerama libxv libxxf86vm libxvmc lirc \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame', d)}"