Fixed bzip SRC_URI with ${BPN}

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold 2010-06-10 16:31:17 -07:00
parent c18e886380
commit 10a23e8618
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ HOMEPAGE = "http://www.bzip.org/"
SECTION = "console/utils"
LICENSE = "bzip2"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2"
PR = "r1"
PR = "r2"
SRC_URI = "http://www.bzip.org/${PV}/${PN}-${PV}.tar.gz \
SRC_URI = "http://www.bzip.org/${BPV}/${PN}-${PV}.tar.gz \
file://configure.ac \
file://Makefile.am"