aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/binutils/binutils_%.bbappend
blob: d6827ab22372569acecb96603fa9d7ad6158d4a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FILESEXTRAPATHS:prepend := "${THISDIR}/binutils:"

SRC_URI:append = " \
    file://0001-OS-1142-Do-not-use-nm-B-for-Darwin-s-nm.patch \
"

# Add dylib files to package nativesdk-binutils
FILES:${PN} += " \
    ${libdir} \
"

# TODO: Needs to be fixed by packaging this right
# We should filter .debug out to the dbg package
INSANE_SKIP:nativesdk-binutils = "debug-files"