summaryrefslogtreecommitdiff
path: root/recipes/mythtv
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 17:00:07 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 17:00:07 +0100
commitc498cc5981b1cc3c9a2c224dea688ca0995f9780 (patch)
treeff86489687439880c59e4e7979dc2914ea9e0a5e /recipes/mythtv
parentb028448b8add42f9bfdb87e71ec1c2679f5c4646 (diff)
parent3a3cfc7e061bca6e83850e52082aaf6c26e1a2e2 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mythtv')
-rw-r--r--recipes/mythtv/mythtv_0.22.bb12
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes/mythtv/mythtv_0.22.bb b/recipes/mythtv/mythtv_0.22.bb
index 43e09aa705..32513cf27f 100644
--- a/recipes/mythtv/mythtv_0.22.bb
+++ b/recipes/mythtv/mythtv_0.22.bb
@@ -8,23 +8,27 @@ RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mytht
mysql5-server mysql5-client libmysqlclient qt4-plugin-sqldriver-sqlmysql xmltv"
RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16"
+PR = "${SRCREV}+r6"
PV = "0.22"
-PR = "r2"
+
# 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"
+SRCREV = "23062"
+SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtv;proto=http"
+
+S = "${WORKDIR}/mythtv"
+
ALLOW_EMPTY_${PN} = "1"
QMAKE_PROFILES = "mythtv.pro"
-SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/mythtv-0.22.tar.bz2 \
+SRC_URI += " \
file://configure.patch;patch=1 \
"
-S = "${WORKDIR}/mythtv-0.22"
-
inherit qmake2 qt4x11
EXTRA_MYTHTVCONF_armv7a = "--cpu=cortex-a8"