Skip to content
Permalink
66a911b91c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 0c31498 Sep 23, 2019 History
- fix /lib64 ref
- remove bash_completion
- remove examples
3 contributors

Users who have contributed to this file

@donald @pmenzel @wwwutz
executable file 30 lines (21 sloc) 471 Bytes
#!/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
sourcesubdir_append tools/perf
OPT_ARCHIVE_BUILD=no
mee_patch_post() {
sed -i 's/lib = lib64/lib = lib/' Makefile.config
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -vrf ${D}/etc/bash_completion.d
rm -vrf ${D}/lib/perf/examples
}