From b8b1edbe6c882ba5323891ebe229532a34ec6256 Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 12:16:12 +0200 Subject: systemtap: remove EXTRA_OEMAKE workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE (From OE-Core rev: 4c1d679a0fd601ba37ab37b11f660cc41d8507ff) Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 3686c2f761..46820ef489 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb @@ -13,8 +13,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemtap:" FILES_${PN} += "${datadir}/systemtap/runtime/uprobes" -EXTRA_OEMAKE = "" - # Compile and install the uprobes kernel module on machines with utrace # support. Note that staprun expects it in the systemtap/runtime directory, # not in /lib/modules. -- cgit v1.2.3-54-g00ecf