mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
llvm: also install llvm-min-tblgen
Some projects are picky and want to hanve llvm-min-tblgen in addition to a normal llvm-tblgen. Install the tool to the sysroot. (From OE-Core rev: b4acbadc16733c29024694ba0e5c0987dc7b459c) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
482da5d873
commit
8629aa9f27
@@ -159,6 +159,7 @@ do_install() {
|
||||
|
||||
do_install:append:class-native() {
|
||||
install -D -m 0755 ${B}/bin/llvm-tblgen ${D}${bindir}/llvm-tblgen${PV}
|
||||
install -D -m 0755 ${B}/bin/llvm-min-tblgen ${D}${bindir}/llvm-min-tblgen
|
||||
install -D -m 0755 ${B}/bin/llvm-config ${D}${bindir}/llvm-config${PV}
|
||||
ln -sf llvm-config${PV} ${D}${bindir}/llvm-config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user