From f68364368172b7b028b7ff93d13ae3fdc7334729 Mon Sep 17 00:00:00 2001 From: Xerxes RĂ„nby Date: Mon, 12 Jul 2010 13:10:37 +0200 Subject: llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1". --- recipes/llvm/llvm-common.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/llvm') 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} -- cgit 1.2.3-korg