diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-02-04 13:20:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 23:17:56 +0000 |
commit | 4e475a66c23cd2e4e109ff1fcfa2975d595537c5 (patch) | |
tree | d260d3706e2c0d1b9b8d6c84066287b9841cee47 /meta/recipes-bsp/v86d | |
parent | 393c673964493f9dcc15dd6dc394b0e0f6994afd (diff) | |
download | openembedded-core-4e475a66c23cd2e4e109ff1fcfa2975d595537c5.tar.gz openembedded-core-4e475a66c23cd2e4e109ff1fcfa2975d595537c5.tar.bz2 openembedded-core-4e475a66c23cd2e4e109ff1fcfa2975d595537c5.zip |
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/v86d')
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |