Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] llvm3.2: replace LLVM_RELEASE with PV
@ 2013-06-13 12:31 Jonathan Liu
  0 siblings, 0 replies; only message in thread
From: Jonathan Liu @ 2013-06-13 12:31 UTC (permalink / raw)
  To: openembedded-devel

Setting LLVM_RELEASE is redundant as the version can be retrieved from
PV instead.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta-oe/recipes-core/llvm/llvm3.2_3.2.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-core/llvm/llvm3.2_3.2.bb b/meta-oe/recipes-core/llvm/llvm3.2_3.2.bb
index 673892f..71a53c1 100644
--- a/meta-oe/recipes-core/llvm/llvm3.2_3.2.bb
+++ b/meta-oe/recipes-core/llvm/llvm3.2_3.2.bb
@@ -18,8 +18,7 @@ inherit autotools perlnative pythonnative
 
 LLVM_BUILD_DIR = "${WORKDIR}/llvm-${PV}.build"
 LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install"
-LLVM_RELEASE = "3.2"
-LLVM_DIR = "llvm${LLVM_RELEASE}"
+LLVM_DIR = "llvm${PV}"
 
 EXTRA_OECONF += "--disable-assertions \
                  --enable-debug-runtime \
@@ -92,7 +91,7 @@ do_install() {
 
 	install -d ${D}${libdir}/${LLVM_DIR}
 	mv ${LLVM_INSTALL_DIR}${libdir}/* ${D}${libdir}/${LLVM_DIR}/
-	ln -s ${LLVM_DIR}/libLLVM-${LLVM_RELEASE}.so ${D}${libdir}/libLLVM-${LLVM_RELEASE}.so
+	ln -s ${LLVM_DIR}/libLLVM-${PV}.so ${D}${libdir}/libLLVM-${PV}.so
 
 	install -d ${D}${docdir}/${LLVM_DIR}
 	mv ${LLVM_INSTALL_DIR}${prefix}/docs/llvm/* ${D}${docdir}/${LLVM_DIR}
@@ -102,5 +101,5 @@ SYSROOT_PREPROCESS_FUNCS += "llvm_sysroot_preprocess"
 
 llvm_sysroot_preprocess() {
 	install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}
-	mv ${LLVM_INSTALL_DIR}/llvm-config-host ${SYSROOT_DESTDIR}${bindir_crossscripts}/llvm-config${LLVM_RELEASE}
+	mv ${LLVM_INSTALL_DIR}/llvm-config-host ${SYSROOT_DESTDIR}${bindir_crossscripts}/llvm-config${PV}
 }
-- 
1.8.3



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-13 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 12:31 [meta-oe][PATCH] llvm3.2: replace LLVM_RELEASE with PV Jonathan Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox