aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-10 12:12:28 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-10 12:12:28 +0100
commite7e57a26a9d36e309bdaf277f8c48ba7a808d9cc (patch)
treed8ce7800a02502b0037a2d20cf922bf47835d355 /recipes/mythtv
parent61d3785c56f33bca5974f3db8d3beae6b5d59a70 (diff)
downloadopenembedded-e7e57a26a9d36e309bdaf277f8c48ba7a808d9cc.tar.gz
mythtv: upgraded recipe to 0.22, removed DEFAULT_PREFERENCE="-1"; added dependency to mysql5
Diffstat (limited to 'recipes/mythtv')
-rw-r--r--recipes/mythtv/mythtv_0.22.bb15
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes/mythtv/mythtv_0.22.bb b/recipes/mythtv/mythtv_0.22.bb
index bc85a1ad86..0ff2b4d0c6 100644
--- a/recipes/mythtv/mythtv_0.22.bb
+++ b/recipes/mythtv/mythtv_0.22.bb
@@ -1,22 +1,25 @@
require mythtv.inc
-RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-database"
+RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-database \
+mysql5-server mysql5-client"
RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16"
-PV = "0.21+0.22rc2"
-PR = "r3"
+PV = "0.22"
+PR = "r0"
+# REALPV is here to support release candidates
+# OE in that case has as PV something like 0.21+0.22rc1
+# but for packaging the real PV is needed
REALPV = "0.22"
-DEFAULT_PREFERENCE = "-1"
ALLOW_EMPTY_${PN} = "1"
QMAKE_PROFILES = "mythtv.pro"
-SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/mythtv-0.22rc2.tar.bz2 \
+SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/mythtv-0.22.tar.bz2 \
file://configure.patch;patch=1 \
"
-S = "${WORKDIR}/mythtv-0.22rc2"
+S = "${WORKDIR}/mythtv-0.22"
inherit qmake2 qt4x11