]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: fix metadata
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 2 Jul 2010 13:14:12 +0000 (21:14 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:47 +0000 (15:32 -0700)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/librsvg/librsvg_svn.bb

index a49e7faa26185cf1a4e9916a9edc8071ff7bab38..e14e117ef67f11161a2fc19bd1cb3e13debc7f88 100644 (file)
@@ -1,7 +1,10 @@
 DESCRIPTION = "Library for rendering SVG files"
+HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/librsvg/"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
 SECTION = "x11/utils"
 DEPENDS = "gtk+ libcroco cairo libxml2 popt"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
 PR = "r3"
 
 EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"