]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtap: upgrade to 2.3
authorCristiana Voicu <cristiana.voicu@intel.com>
Tue, 13 Aug 2013 07:39:26 +0000 (10:39 +0300)
committerSaul Wold <sgw@linux.intel.com>
Thu, 15 Aug 2013 05:41:36 +0000 (22:41 -0700)
Disabled javac and jar.

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/systemtap/systemtap_git.bb
meta/recipes-kernel/systemtap/systemtap_git.inc

index 4f60f6b66d9c90f5b728221380cb096365f3dafe..bcc826a62ed27145eeca6a15ea5b9fe2e8db7c9d 100644 (file)
@@ -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"
 
index 7be6c2baf127746d681810f5657473056221477d..0632746920939ebde806c5cf812ecae828eb0d6f 100644 (file)
@@ -1,8 +1,8 @@
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
-PV = "2.1+git${SRCPV}"
+SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
+PV = "2.3+git${SRCPV}"
 
 SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
            file://docproc-build-fix.patch \