Skip to content

Commit

Permalink
Merge pull request #1818 from mariux64/update-perf
Browse files Browse the repository at this point in the history
Update perf
  • Loading branch information
donald authored May 20, 2020
2 parents 5a71780 + eefd863 commit a826d97
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions perf.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#!/bin/env beesh
#!/usr/bin/env beesh

# BEE_VERSION perf-4.19.57-0
# BEE_VERSION perf-5.6.14-0

SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${PKGVERSION}.tar.xz
# more info: https://foo.bar.com

SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

sourcesubdir_append tools/perf

Expand All @@ -12,6 +18,14 @@ mee_patch_post() {
sed -i 's/lib = lib64/lib = lib/' Makefile.config
}

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
Expand All @@ -20,11 +34,11 @@ mee_patch_post() {
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install prefix=$PREFIX
}

mee_install_post() {
rm -vrf ${D}/etc/bash_completion.d
rm -vrf ${D}/lib/perf/examples
}
rm -vrf ${D}${PREFIX}/lib/perf/examples
}

0 comments on commit a826d97

Please sign in to comment.