aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-common.bb
blob: a2dad52b43ca4cc5b484852df4c5edbf9510745d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PR = "r1"

DESCRIPTION = "Helper script for OE's llvm support"

BBCLASSEXTEND = "native"

SRC_URI = "file://llvm-config"

PACKAGES = ""

NATIVE_INSTALL_WORKS = "1"

do_install() {
  install -d ${D}${bindir}
  install -m 0755 ${WORKDIR}/llvm-config ${D}${bindir}
}