meta-perinet/recipes-devtools/gcc-external-toolchain/gcc-arm-none-eabi_%.bbappend
Thomas Klaehn cb428cf874 recipes-devtools: expand gcc-arm-none-eabi recipe
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2020-08-30 10:15:12 +02:00

13 lines
230 B
Plaintext

do_install_append () {
install -d ${D}/lib64
cd ${D}/
ln -s /lib/ld-linux-x86-64.so.2 ${D}/lib64/ld-linux-x86-64.so.2
}
INSANE_SKIP_${PN} += " \
arch \
dev-so \
"
FILES_${PN} += "/lib64/ld-linux-x86-64.so.2"