diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-10 21:12:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-10 21:12:39 +0000 |
commit | ae5995869975437ef76e6b42852333efa5d9abd3 (patch) | |
tree | 4aaaf5a2213ca53111aef0b2128f349beb70a9ad /packages/mythtv | |
parent | 83a0d81da8cfe1263b9717cfd08ebe758a0b67ba (diff) |
gmyth: fix typo
Diffstat (limited to 'packages/mythtv')
-rw-r--r-- | packages/mythtv/gmyth_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mythtv/gmyth_0.7.1.bb b/packages/mythtv/gmyth_0.7.1.bb index 22efa84e50..71c5ddb143 100644 --- a/packages/mythtv/gmyth_0.7.1.bb +++ b/packages/mythtv/gmyth_0.7.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "GMyth is a library to access MythTV backend services." LICENSE = "LGPLv2"" HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page" -DEPENDS = "myththv curl libxml2 glib-2.0" +DEPENDS = "mythtv curl libxml2 glib-2.0" PR = "r2" |