]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fixed bzip SRC_URI with ${BPN}
authorSaul Wold <Saul.Wold@intel.com>
Thu, 10 Jun 2010 23:31:17 +0000 (16:31 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 10 Jun 2010 23:31:17 +0000 (16:31 -0700)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/packages/bzip2/bzip2_1.0.5.bb

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