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

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/pth/pth_2.0.7.bb

index e3bffa7ff050604ff8ebb5fbbd2695f4c4806d0b..8ee3cd4cd1974ef011ee4492ad80033574906e2b 100644 (file)
@@ -1,7 +1,9 @@
 DESCRIPTION = "GNU Portable Threads"
+HOMEPAGE = "http://www.gnu.org/software/pth/"
 SECTION = "libs"
 PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1"
 PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"