diff --git a/perf.be0 b/perf.be0 index acafe8802..1972f6f4b 100755 --- a/perf.be0 +++ b/perf.be0 @@ -1,16 +1,16 @@ #!/bin/env beesh -# BEE_VERSION perf-4.4.52-0 +# BEE_VERSION perf-4.19.57-0 -KERNELVERSION=${PKGVERSION} - -SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$KERNELVERSION.tar.xz +SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${PKGVERSION}.tar.xz sourcesubdir_append tools/perf OPT_ARCHIVE_BUILD=no -# EXCLUDE="" +mee_patch_post() { + sed -i 's/lib = lib64/lib = lib/' Makefile.config +} #mee_configure() { # bee_configure @@ -23,3 +23,8 @@ OPT_ARCHIVE_BUILD=no #mee_install() { # bee_install #} + +mee_install_post() { + rm -vrf ${D}/etc/bash_completion.d + rm -vrf ${D}/lib/perf/examples +} \ No newline at end of file