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} }