summaryrefslogtreecommitdiff
path: root/recipes-kernel/perf/perf.bbappend
blob: 9e0018241711b3daf9bc2f6b236bf6f7fe3b7697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Unfortunately perf in such obsolete kernels is not yet as nicely separated
# therefore just copy over some more stuff for it to compile again
PERF_SRC_LEGACY_TEGRAS = "Makefile \
                          arch/arm/include \
                          include \
                          lib \
                          tools \
"
PERF_SRC_apalis-tk1 = "${PERF_SRC_LEGACY_TEGRAS}"

do_configure_prepend () {
    sed -i 's$I/usr/include/slang$I=/usr/include/slang$' tools/perf/Makefile
}