aboutsummaryrefslogtreecommitdiffstats
path: root/common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend
blob: ebfd8ac6fffcc16d23d277a94e5cc368c1d35bb5 (plain)
1
2
3
4
5
6
7
8
# This is a strict hack for CB version 2014.11-101
# the debugger points to /usr/lib6464 rather than
# to /usr/lib64 so we create a symlink to work around
# the issue for the time being
do_install_append_amd() {
	ln -s ${libdir} ${D}/${libdir}64
}
FILES_gdbserver_append_amd = " ${libdir}64 "