1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

Fix my own type of BPV -> BPN

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold
2010-06-10 19:56:09 -07:00
parent 10a23e8618
commit fc2e5e0807
+1 -1
View File
@@ -5,7 +5,7 @@ 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 = "r2" PR = "r2"
SRC_URI = "http://www.bzip.org/${BPV}/${PN}-${PV}.tar.gz \ SRC_URI = "http://www.bzip.org/${PV}/${BPN}-${PV}.tar.gz \
file://configure.ac \ file://configure.ac \
file://Makefile.am" file://Makefile.am"