diff options
author | Qing He <qing.he@intel.com> | 2010-06-09 17:11:38 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-10 16:30:30 -0700 |
commit | 68de40addd9c37ce688d0e9fc8ef79bfee9c0b9a (patch) | |
tree | 86c9bbdc6e2a7bd0b2454b0d99403b0ef5885aec /meta/packages/bzip2 | |
parent | 42881b8921254dc49c6de6fe28c7e4f92d78110d (diff) | |
download | poky-68de40addd9c37ce688d0e9fc8ef79bfee9c0b9a.tar.gz |
fix metadata for bzip2
update license and homepage
use $PN and $PV instead of literals
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/bzip2')
-rw-r--r-- | meta/packages/bzip2/bzip2_1.0.5.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/bzip2/bzip2_1.0.5.bb b/meta/packages/bzip2/bzip2_1.0.5.bb index e9c66c30a3..556df0e887 100644 --- a/meta/packages/bzip2/bzip2_1.0.5.bb +++ b/meta/packages/bzip2/bzip2_1.0.5.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | DESCRIPTION = "Very high-quality data compression program." | 1 | DESCRIPTION = "Very high-quality data compression program." |
2 | HOMEPAGE = "http://www.bzip.org/" | ||
2 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "bzip2" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2" | ||
3 | PR = "r1" | 6 | PR = "r1" |
4 | 7 | ||
5 | LICENSE = "bzip2" | 8 | SRC_URI = "http://www.bzip.org/${PV}/${PN}-${PV}.tar.gz \ |
6 | SRC_URI = "http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz \ | ||
7 | file://configure.ac \ | 9 | file://configure.ac \ |
8 | file://Makefile.am" | 10 | file://Makefile.am" |
9 | 11 | ||