]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix metadata for bzip2
authorQing He <qing.he@intel.com>
Wed, 9 Jun 2010 09:11:38 +0000 (17:11 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 10 Jun 2010 23:30:30 +0000 (16:30 -0700)
update license and homepage
use $PN and $PV instead of literals

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/bzip2/bzip2_1.0.5.bb

index e9c66c30a3dbc1fc8961bb1ed34e320f2151e271..556df0e887e5e6310b72c7db4de13ef46578f36d 100644 (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"