diff options
author | Will Newton <will.newton@gmail.com> | 2012-07-27 16:26:23 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 23:50:11 +0200 |
commit | 58a62766a1869c913845a649890855515aebb016 (patch) | |
tree | 8c91584c07e5216a3179edeb6185cfe99d538a51 /package/Config.in | |
parent | e61153cf972e1f060bc0905df61381a9548cb16e (diff) |
sysprof: New package.
[thomas.petazzoni@free-electrons.com:
- add dependencies on the supported architectures to avoid build
failures on ARM and other unsupported arches
- add a patch that removes an useless warning about the kernel
version. This patch is present upstream. However since it modifies
configure.ac, we need to autoreconf the package.]
Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index f664b8e56..f308de793 100644 --- a/package/Config.in +++ b/package/Config.in @@ -39,6 +39,7 @@ source "package/ramspeed/Config.in" source "package/rt-tests/Config.in" source "package/strace/Config.in" source "package/stress/Config.in" +source "package/sysprof/Config.in" source "package/whetstone/Config.in" source "package/valgrind/Config.in" source "package/pv/Config.in" |