diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-10 12:12:28 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-10 12:12:28 +0100 |
commit | e7e57a26a9d36e309bdaf277f8c48ba7a808d9cc (patch) | |
tree | d8ce7800a02502b0037a2d20cf922bf47835d355 /recipes/mythtv | |
parent | 61d3785c56f33bca5974f3db8d3beae6b5d59a70 (diff) |
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.bb | 15 |
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 |