aboutsummaryrefslogtreecommitdiffstats
path: root/common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend')
-rw-r--r--common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend b/common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend
new file mode 100644
index 00000000..ebfd8ac6
--- /dev/null
+++ b/common/sourcery/recipes/meta/external-sourcery-toolchain.bbappend
@@ -0,0 +1,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 "