From 0c31498a0a59fe07675014aa3455d733db1de8c3 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 23 Sep 2019 13:46:59 +0200 Subject: [PATCH] perf: update to 4.19.57 - fix /lib64 ref - remove bash_completion - remove examples --- perf.be0 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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