diff options
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 4d2bec4714..758908bff9 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | |||
@@ -21,7 +21,7 @@ EXTRA_OEMAKE = "" | |||
21 | # support. Note that staprun expects it in the systemtap/runtime directory, | 21 | # support. Note that staprun expects it in the systemtap/runtime directory, |
22 | # not in /lib/modules. | 22 | # not in /lib/modules. |
23 | do_compile() { | 23 | do_compile() { |
24 | if grep -q "CONFIG_UTRACE=y" ${STAGING_KERNEL_DIR}/.config | 24 | if grep -q "CONFIG_UTRACE=y" ${STAGING_KERNEL_BUILDDIR}/.config |
25 | then | 25 | then |
26 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC LD CPP | 26 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC LD CPP |
27 | oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}" \ | 27 | oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}" \ |