From: Xerxes RÄnby Date: Mon, 12 Jul 2010 11:10:37 +0000 (+0200) Subject: llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1". X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68364368172b7b028b7ff93d13ae3fdc7334729;p=openembedded.git llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1". --- diff --git a/recipes/llvm/llvm-common.bb b/recipes/llvm/llvm-common.bb index 9c1a4e538c..a2dad52b43 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}