Skip to content

Commit

Permalink
perf: Use bee variable to specify source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 21, 2017
1 parent 9c932cd commit 92b9bd7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions perf.be0
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ KERNELVERSION=${PKGVERSION}

SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$KERNELVERSION.tar.xz

sourcesubdir_append tools/perf

OPT_ARCHIVE_BUILD=no

# EXCLUDE=""

mee_configure() {
cd ${S}/tools/perf
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# echo "build $@"
# make prefix=${PREFIX}
# bee_build
#}

#mee_install() {
# echo "install $@"
#
# make install prefix=${PREFIX} DESTDIR=${D}
# bee_install
#}

0 comments on commit 92b9bd7

Please sign in to comment.