Skip to content

Commit

Permalink
perf: Update to current mTEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 20, 2020
1 parent 4015dbf commit dfdfe42
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 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

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/v4.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 @@ -27,4 +41,4 @@ mee_patch_post() {
mee_install_post() {
rm -vrf ${D}/etc/bash_completion.d
rm -vrf ${D}/lib/perf/examples
}
}

0 comments on commit dfdfe42

Please sign in to comment.