aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.bb
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-08-13 10:39:26 +0300
committerSaul Wold <sgw@linux.intel.com>2013-08-14 22:41:36 -0700
commit0308bf2619734f07814f55c0adae17937f77afbd (patch)
treee006cdd6d9e97c3eae827dd35b31615b5cc37bf6 /meta/recipes-kernel/systemtap/systemtap_git.bb
parent2a2a2540b37880cdd866f01d8e4077cbd0378749 (diff)
downloadopenembedded-core-contrib-0308bf2619734f07814f55c0adae17937f77afbd.tar.gz
systemtap: upgrade to 2.3
Disabled javac and jar. Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 4f60f6b66d..bcc826a62e 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -10,11 +10,11 @@ RDEPENDS_${PN} += "python bash"
RDEPENDS_${PN}_class-native += "python-native"
RDEPENDS_${PN}_class-nativesdk += "python-native"
-PR = "r1"
-
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi --without-dyninst \
- --disable-server --disable-grapher "
+ --disable-server --disable-grapher \
+ ac_cv_prog_have_javac=no \
+ ac_cv_prog_have_jar=no "
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"