From 05de0ca43d325d32faa6067013cd7c596f2001bf Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 2 Jul 2014 19:25:58 -0700 Subject: meta-oe: use BPN in SRC_URI Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-connectivity/krb5') diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb index 6d39a0ae3b..49b8917844 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb @@ -10,7 +10,7 @@ inherit autotools binconfig perlnative PNBLACKLIST[krb5] = "BROKEN: doesn't build with B!=S" SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" -SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${SHRT_VER}/${P}-signed.tar \ +SRC_URI = "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar \ file://0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch \ " SRC_URI[md5sum] = "56f0ae274b285320b8a597cb89442449" -- cgit 1.2.3-korg