diff options
author | Qing He <qing.he@intel.com> | 2010-06-09 11:27:02 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-10 16:30:30 -0700 |
commit | 5c92b1050fb270b38a0782d1abd78a54168bc512 (patch) | |
tree | b29d18593e7d6c295d1dd214582d6384122663f3 /meta/packages | |
parent | e24d833c660cfe3c5f647b56b7f020b0052f42cb (diff) | |
download | poky-5c92b1050fb270b38a0782d1abd78a54168bc512.tar.gz |
fix metadata for pth
update license fields
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pth/pth_2.0.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/pth/pth_2.0.7.bb b/meta/packages/pth/pth_2.0.7.bb index e3bffa7ff0..8ee3cd4cd1 100644 --- a/meta/packages/pth/pth_2.0.7.bb +++ b/meta/packages/pth/pth_2.0.7.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | DESCRIPTION = "GNU Portable Threads" | 1 | DESCRIPTION = "GNU Portable Threads" |
2 | HOMEPAGE = "http://www.gnu.org/software/pth/" | ||
2 | SECTION = "libs" | 3 | SECTION = "libs" |
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
4 | LICENSE = "GPL LGPL FDL" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1" | ||
5 | PR = "r1" | 7 | PR = "r1" |
6 | 8 | ||
7 | SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" |