llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".
authorXerxes Rånby <xerxes@zafena.se>
Mon, 12 Jul 2010 11:10:37 +0000 (13:10 +0200)
committerXerxes Rånby <xerxes@zafena.se>
Mon, 12 Jul 2010 11:12:49 +0000 (13:12 +0200)
recipes/llvm/llvm-common.bb

index 9c1a4e5..a2dad52 100644 (file)
@@ -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}