| Submitter | Saul Wold |
|---|---|
| Date | Feb. 4, 2013, 9:20 p.m. |
| Message ID | <1360012827-12608-1-git-send-email-sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/44041/ |
| State | Accepted |
| Commit | 4e475a66c23cd2e4e109ff1fcfa2975d595537c5 |
| Headers | show |
Comments
Patch
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"
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> --- meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)