[oe-commits] Xerxes Rånby : llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".

git version control git at git.openembedded.org
Mon Jul 12 11:18:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f68364368172b7b028b7ff93d13ae3fdc7334729
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f68364368172b7b028b7ff93d13ae3fdc7334729

Author: Xerxes Rånby <xerxes at zafena.se>
Date:   Mon Jul 12 13:10:37 2010 +0200

llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".

---

 recipes/llvm/llvm-common.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/llvm/llvm-common.bb b/recipes/llvm/llvm-common.bb
index 9c1a4e5..a2dad52 100644
--- a/recipes/llvm/llvm-common.bb
+++ b/recipes/llvm/llvm-common.bb
@@ -1,3 +1,5 @@
+PR = "r1"
+
 DESCRIPTION = "Helper script for OE's llvm support"
 
 BBCLASSEXTEND = "native"
@@ -6,6 +8,8 @@ SRC_URI = "file://llvm-config"
 
 PACKAGES = ""
 
+NATIVE_INSTALL_WORKS = "1"
+
 do_install() {
   install -d ${D}${bindir}
   install -m 0755 ${WORKDIR}/llvm-config ${D}${bindir}





More information about the Openembedded-commits mailing list