]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix metadata for gdbm
authorQing He <qing.he@intel.com>
Wed, 9 Jun 2010 02:48:40 +0000 (10:48 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 10 Jun 2010 23:30:30 +0000 (16:30 -0700)
update license and homepage

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/gdbm/gdbm_1.8.3.bb

index 06579f20828b5c7cf2ed84f743cd18db5d0e24ce..e8369fd7255bc94424d2ed4c9d6a467009b683b0 100644 (file)
@@ -1,8 +1,10 @@
 DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
-HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
+HOMEPAGE = "http://www.gnu.org/software/gdbm/"
 SECTION = "libs"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150"
+
 PR = "r4"
 
 SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \