]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtap: remove EXTRA_OEMAKE workaround
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>
Fri, 26 Aug 2016 10:16:12 +0000 (12:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2016 08:58:29 +0000 (09:58 +0100)
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@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb

index 3686c2f7611015da0e4084338cbe0bea3261e176..46820ef4891e2ad14526acbd1d049fb95a25398a 100644 (file)
@@ -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.