From: Frans Meulenbroeks Date: Sat, 9 Oct 2010 07:27:52 +0000 (+0200) Subject: mythtv/gmyth_0.7.1.bb: removed superfluous quote in LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a88b81c585148c6ff86423eadbf640f1ec1c48f;p=openembedded.git mythtv/gmyth_0.7.1.bb: removed superfluous quote in LICENSE Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/mythtv/gmyth_0.7.1.bb b/recipes/mythtv/gmyth_0.7.1.bb index bb0a41d94b..a4f2ac901c 100644 --- a/recipes/mythtv/gmyth_0.7.1.bb +++ b/recipes/mythtv/gmyth_0.7.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GMyth is a library to access MythTV backend services." -LICENSE = "LGPLv2"" +LICENSE = "LGPLv2" HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page" DEPENDS = "mythtv curl libxml2 glib-2.0"