diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-08-13 10:39:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:30 +0100 |
commit | 53729ac53fca26dd8f3d3042bd1966392de3b2d2 (patch) | |
tree | 305a6c488b795b92ec37bf7470d24bcb4b9c9070 /meta/recipes-kernel | |
parent | c8eb33bdadbc793e68eb9df90b0b070b033eaebc (diff) | |
download | poky-53729ac53fca26dd8f3d3042bd1966392de3b2d2.tar.gz |
systemtap: upgrade to 2.3
Disabled javac and jar.
(From OE-Core rev: 0308bf2619734f07814f55c0adae17937f77afbd)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 4 |
2 files changed, 5 insertions, 5 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" | |||
10 | RDEPENDS_${PN}_class-native += "python-native" | 10 | RDEPENDS_${PN}_class-native += "python-native" |
11 | RDEPENDS_${PN}_class-nativesdk += "python-native" | 11 | RDEPENDS_${PN}_class-nativesdk += "python-native" |
12 | 12 | ||
13 | PR = "r1" | ||
14 | |||
15 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | 13 | EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ |
16 | --without-nss --without-avahi --without-dyninst \ | 14 | --without-nss --without-avahi --without-dyninst \ |
17 | --disable-server --disable-grapher " | 15 | --disable-server --disable-grapher \ |
16 | ac_cv_prog_have_javac=no \ | ||
17 | ac_cv_prog_have_jar=no " | ||
18 | 18 | ||
19 | STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" | 19 | STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" |
20 | 20 | ||
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 7be6c2baf1..0632746920 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,8 +1,8 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | 3 | ||
4 | SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad" | 4 | SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1" |
5 | PV = "2.1+git${SRCPV}" | 5 | PV = "2.3+git${SRCPV}" |
6 | 6 | ||
7 | SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \ | 7 | SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \ |
8 | file://docproc-build-fix.patch \ | 8 | file://docproc-build-fix.patch \ |