recipes-devtools: expand gcc-arm-none-eabi recipe
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
fd6356962e
commit
cb428cf874
@ -0,0 +1,12 @@
|
||||
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"
|
Loading…
Reference in New Issue
Block a user