From 53729ac53fca26dd8f3d3042bd1966392de3b2d2 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Tue, 13 Aug 2013 10:39:26 +0300 Subject: systemtap: upgrade to 2.3 Disabled javac and jar. (From OE-Core rev: 0308bf2619734f07814f55c0adae17937f77afbd) Signed-off-by: Cristiana Voicu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb') 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" -- cgit v1.2.3-54-g00ecf