[oe] [meta-oe][PATCH 3/4] ctags: fix ${PN}-${PV} -> ${BP} for multilib

Yi Zhao yi.zhao at windriver.com
Thu May 21 08:00:50 UTC 2015


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-devtools/ctags/ctags_5.8.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.8.bb b/meta-oe/recipes-devtools/ctags/ctags_5.8.bb
index 6fc3912..d006d83 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.8.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.8.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep
 
-SRC_URI = "http://prdownloads.sourceforge.net/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI = "http://prdownloads.sourceforge.net/${BPN}/${BP}.tar.gz"
 
 SRC_URI[md5sum] = "c00f82ecdcc357434731913e5b48630d"
 SRC_URI[sha256sum] = "0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list