diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-08-26 12:16:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:40 +0100 |
commit | b8b1edbe6c882ba5323891ebe229532a34ec6256 (patch) | |
tree | a58df1a51ddbc4ab514de2ca22d1d0913c152795 /meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | |
parent | 06415ab073eb0886e0c78668b31367ce45e1fa02 (diff) | |
download | poky-b8b1edbe6c882ba5323891ebe229532a34ec6256.tar.gz |
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
(From OE-Core rev: 4c1d679a0fd601ba37ab37b11f660cc41d8507ff)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 |
1 files changed, 0 insertions, 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:" | |||
13 | 13 | ||
14 | FILES_${PN} += "${datadir}/systemtap/runtime/uprobes" | 14 | FILES_${PN} += "${datadir}/systemtap/runtime/uprobes" |
15 | 15 | ||
16 | EXTRA_OEMAKE = "" | ||
17 | |||
18 | # Compile and install the uprobes kernel module on machines with utrace | 16 | # Compile and install the uprobes kernel module on machines with utrace |
19 | # support. Note that staprun expects it in the systemtap/runtime directory, | 17 | # support. Note that staprun expects it in the systemtap/runtime directory, |
20 | # not in /lib/modules. | 18 | # not in /lib/modules. |