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:31:02 +0000 |
commit | c6d843f52fb7254924e6f46ef956d8d0bb0ce7ad (patch) | |
tree | c8bebadab9410a1797518f5b9f030dfb69818ab0 /meta | |
parent | f7ed94cd83e5dd8294e123bc4993eb678afc9dea (diff) | |
download | poky-c6d843f52fb7254924e6f46ef956d8d0bb0ce7ad.tar.gz |
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>
Diffstat (limited to 'meta')
-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" | |||
9 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" | 9 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" |
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://distfiles.gentoo.org/distfiles/${P}.tar.bz2 \ | 12 | SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \ |
13 | file://fbsetup \ | 13 | file://fbsetup \ |
14 | file://ar-from-env.patch" | 14 | file://ar-from-env.patch" |
15 | 15 | ||