summaryrefslogtreecommitdiffstats
path: root/rules/oprofile.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-11-23 11:17:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-23 11:17:31 +0100
commit2145ee634b3f9c46d22a9de22f619b9d183d1acb (patch)
tree65c7ed277c0430753131e40866f7b79f5a6c0de1 /rules/oprofile.make
parenta5ded7b106cacdd4bd60c7c8e65778907c3819a8 (diff)
downloadptxdist-2145ee634b3f9c46d22a9de22f619b9d183d1acb.tar.gz
ptxdist-2145ee634b3f9c46d22a9de22f619b9d183d1acb.tar.xz
oprofile version bump 0.9.6 -> 0.9.7
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/oprofile.make')
-rw-r--r--rules/oprofile.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/oprofile.make b/rules/oprofile.make
index c31c04a80..c22563c3d 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_OPROFILE) += oprofile
#
# Paths and names
#
-OPROFILE_VERSION := 0.9.6
-OPROFILE_MD5 := 4e407093ac06200185d5a5e6437d7242
+OPROFILE_VERSION := 0.9.7
+OPROFILE_MD5 := 8b5d1d9b65f84420bcc3234777ad3be3
OPROFILE := oprofile-$(OPROFILE_VERSION)
OPROFILE_SUFFIX := tar.gz
OPROFILE_URL := $(PTXCONF_SETUP_SFMIRROR)/oprofile/$(OPROFILE).$(OPROFILE_SUFFIX)
@@ -42,7 +42,9 @@ $(OPROFILE_SOURCE):
OPROFILE_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--target=$(PTXCONF_GNU_TARGET) \
+ --disable-gui \
--with-kernel-support \
+ --without-java \
--without-x
# ----------------------------------------------------------------------------