Skip to content

Commit

Permalink
perf: update to 4.19.57
Browse files Browse the repository at this point in the history
- fix /lib64 ref
- remove bash_completion
- remove examples
  • Loading branch information
wwwutz committed Sep 23, 2019
1 parent 388d109 commit 0c31498
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions perf.be0
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
}

0 comments on commit 0c31498

Please sign in to comment.