From dfdfe42e77bdaa9b36544e370ade18d2f9326564 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 20 May 2020 09:14:36 +0200 Subject: [PATCH] perf: Update to current mTEMPLATE --- perf.be0 | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/perf.be0 b/perf.be0 index 1972f6f4b..c738c99d9 100755 --- a/perf.be0 +++ b/perf.be0 @@ -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 @@ -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 #} @@ -27,4 +41,4 @@ mee_patch_post() { mee_install_post() { rm -vrf ${D}/etc/bash_completion.d rm -vrf ${D}/lib/perf/examples -} \ No newline at end of file +}