]> code.ossystems Code Review - openembedded-core.git/commitdiff
v86d: Use BP instead of P
authorSaul Wold <sgw@linux.intel.com>
Mon, 4 Feb 2013 21:20:27 +0000 (13:20 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 23:17:56 +0000 (23:17 +0000)
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/v86d/v86d_0.1.10.bb

index 3c77f25039bc5331d4371a7a8730fd7af9cd9e4a..51829a3edb12f0fd0e63854be2129f4fdd7c9ef8 100644 (file)
@@ -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"