fix metadata for bzip2

update license and homepage
use $PN and $PV instead of literals

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-06-09 17:11:38 +08:00
committed by Saul Wold
parent 42881b8921
commit 68de40addd

View File

@@ -1,9 +1,11 @@
DESCRIPTION = "Very high-quality data compression program."
HOMEPAGE = "http://www.bzip.org/"
SECTION = "console/utils"
LICENSE = "bzip2"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2"
PR = "r1"
LICENSE = "bzip2"
SRC_URI = "http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz \
SRC_URI = "http://www.bzip.org/${PV}/${PN}-${PV}.tar.gz \
file://configure.ac \
file://Makefile.am"