summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-10 19:47:46 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-10 19:47:46 +0000
commit83a0d81da8cfe1263b9717cfd08ebe758a0b67ba (patch)
tree15a8be86e3ee36ee9c6f076fc18957c3b4501fd1
parentef8e477cb0d7367cc8375ed52dd2102b289622a6 (diff)
gmyth: add mythtv dependency
-rw-r--r--packages/mythtv/gmyth_0.7.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/mythtv/gmyth_0.7.1.bb b/packages/mythtv/gmyth_0.7.1.bb
index 11d6f4310f..22efa84e50 100644
--- a/packages/mythtv/gmyth_0.7.1.bb
+++ b/packages/mythtv/gmyth_0.7.1.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "GMyth is a library to access MythTV backend services."
LICENSE = "LGPLv2""
HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
-DEPENDS = "curl libxml2 glib-2.0"
+DEPENDS = "myththv curl libxml2 glib-2.0"
-PR = "r1"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}-${PV}.tar.gz"