[oe-commits] Yi Zhao : mpich: fix ${PN}-${PV} -> ${BP} for multilib

git at git.openembedded.org git at git.openembedded.org
Sun May 17 07:55:34 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e1ae7e7589159e11336d5443e24bee09f481c519
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e1ae7e7589159e11336d5443e24bee09f481c519

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri May  8 15:31:23 2015 +0800

mpich: fix ${PN}-${PV} -> ${BP} for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>

---

 meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
index 0225cee..19167b4 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
@@ -13,7 +13,7 @@ SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7"
 SRC_URI[sha256sum] = "455ccfaf4ec724d2cf5d8bff1f3d26a958ad196121e7ea26504fd3018757652d"
 
 RDEPENDS_${PN} += "bash perl libxml2"
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}/${BP}"
 
 EXTRA_OECONF = "--enable-debuginfo \
                 --enable-fast \



More information about the Openembedded-commits mailing list