mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
Fixed bzip SRC_URI with ${BPN}
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -3,9 +3,9 @@ HOMEPAGE = "http://www.bzip.org/"
|
|||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "bzip2"
|
LICENSE = "bzip2"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2"
|
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://configure.ac \
|
||||||
file://Makefile.am"
|
file://Makefile.am"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user