[oe-commits] Saul Wold : v86d: Use BP instead of P

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 23:33:38 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 4e475a66c23cd2e4e109ff1fcfa2975d595537c5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e475a66c23cd2e4e109ff1fcfa2975d595537c5

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Feb  4 13:20:27 2013 -0800

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 3c77f25..51829a3 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"
 





More information about the Openembedded-commits mailing list