From: Stefan Müller-Klieser Date: Thu, 9 Feb 2017 11:49:39 +0000 (+0100) Subject: perf: add PACKAGECONFIG for jvmti X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22515 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2cae2874d88c8e41e12da04198b5368d9968131;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: add PACKAGECONFIG for jvmti Recent kernel build jvmti, java profiling agent, if a host jdk is detected. The library will be packaged in -dev and throws a qa error. Disable the jvmti build per default. Signed-off-by: Stefan Müller-Klieser Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index acbb1d90381..ffaa5f66644 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -21,6 +21,7 @@ PACKAGECONFIG[tui] = ",NO_NEWT=1,libnewt slang" PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind" PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" +PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" DEPENDS = " \ virtual/${MLPREFIX}libc \