Skip to content

Commit

Permalink
perf: Update to version 5.15.94
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 23, 2023
1 parent a401b95 commit 23f21eb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions perf.be0
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,18 @@ mee_patch_post() {
mee_configure() {
p=/pkg/python-3.9.12-0/profile; [ -e $p ] && . $p

#mee_build() {
# bee_build
#}
bee_configure
}

mee_build() {
NO_LIBBFD=1 bee_build
}

mee_install() {
bee_install prefix=$PREFIX
NO_LIBBFD=1 bee_install prefix=$PREFIX
}

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

0 comments on commit 23f21eb

Please sign in to comment.