[oe-commits] [openembedded-core] 81/102: systemtap: remove EXTRA_OEMAKE workaround

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 22:58:51 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1c6b1ffd50b2b71fe109174568bf148c85499cee
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Fri Aug 26 12:16:12 2016 +0200

    systemtap: remove EXTRA_OEMAKE workaround
    
    The default of EXTRA_OEMAKE is already empty since commit:
    
    OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa
    bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE
    
    Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 3686c2f..46820ef 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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list