From: Saul Wold Date: Mon, 4 Feb 2013 21:20:27 +0000 (-0800) Subject: v86d: Use BP instead of P X-Git-Tag: 2015-4~7714 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4e475a66c23cd2e4e109ff1fcfa2975d595537c5;p=openembedded-core.git v86d: Use BP instead of P P is expanded to it's multi and other prefix / suffix name, so use BP instead which is the BaseName and Version. Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 3c77f25039..51829a3edb 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb @@ -9,7 +9,7 @@ DEPENDS = "virtual/kernel" RRECOMMENDS_${PN} = "kernel-module-uvesafb" PR = "r1" -SRC_URI = "http://distfiles.gentoo.org/distfiles/${P}.tar.bz2 \ +SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \ file://fbsetup \ file://ar-from-env.patch"