summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-03-01 14:59:54 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-03-01 14:59:54 +0000
commit35d8102ad28e12ae38d0c975b8ebb2312c65daf1 (patch)
tree68d5ae6eda450494eb42941d32195b8ecdfc948b /rules
parent423cd6fa57a4bbbade080e107ed18788bf9444ca (diff)
downloadptxdist-35d8102ad28e12ae38d0c975b8ebb2312c65daf1.tar.gz
ptxdist-35d8102ad28e12ae38d0c975b8ebb2312c65daf1.tar.xz
new version, use select in config instead of depends on
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4927 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/oprofile.in3
-rw-r--r--rules/oprofile.make2
2 files changed, 3 insertions, 2 deletions
diff --git a/rules/oprofile.in b/rules/oprofile.in
index ef4ab06d1..de145a00c 100644
--- a/rules/oprofile.in
+++ b/rules/oprofile.in
@@ -1,6 +1,7 @@
config OPROFILE
bool
- depends on POPT && LIBBFD
+ select POPT
+ select BINUTILS
prompt "oprofile"
help
system-wide profiler for Linux systems
diff --git a/rules/oprofile.make b/rules/oprofile.make
index e86d7f3df..3260e54f8 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_OPROFILE) += oprofile
#
# Paths and names
#
-OPROFILE_VERSION := 0.8
+OPROFILE_VERSION := 0.9.1
OPROFILE := oprofile-$(OPROFILE_VERSION)
OPROFILE_SUFFIX := tar.gz
OPROFILE_URL := $(PTXCONF_SETUP_SFMIRROR)/oprofile/$(OPROFILE).$(OPROFILE_SUFFIX)