From 4e475a66c23cd2e4e109ff1fcfa2975d595537c5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 4 Feb 2013 13:20:27 -0800 Subject: 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 --- meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp') 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" -- cgit 1.2.3-korg