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.

(From OE-Core rev: 4e475a66c23cd2e4e109ff1fcfa2975d595537c5)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-02-04 13:20:27 -08:00 committed by Richard Purdie
parent f7ed94cd83
commit c6d843f52f
1 changed files with 1 additions and 1 deletions

View 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"