mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user