diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 10:01:56 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 11:39:59 +0100 |
commit | d39434bcfc62ac01f117c1b4614c25431832c781 (patch) | |
tree | faac146e1b208571f43774e896e43f86815960d7 /meta/packages | |
parent | efadb43d671666d70a2a374e33fe9deca44f3e84 (diff) | |
download | poky-d39434bcfc62ac01f117c1b4614c25431832c781.tar.gz |
task-poky-tools: Add perf to tools-profile package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/tasks/task-poky-tools.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb index e38a8b50b1..b9aab60f59 100644 --- a/meta/packages/tasks/task-poky-tools.bb +++ b/meta/packages/tasks/task-poky-tools.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "Tools tasks for Poky" | 5 | DESCRIPTION = "Tools tasks for Poky" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | PACKAGES = "\ | 9 | PACKAGES = "\ |
10 | task-poky-tools-debug \ | 10 | task-poky-tools-debug \ |
@@ -42,6 +42,9 @@ RDEPENDS_task-poky-tools-profile = "\ | |||
42 | lttng-control \ | 42 | lttng-control \ |
43 | lttng-viewer" | 43 | lttng-viewer" |
44 | 44 | ||
45 | RRECOMMENDS_task-poky-tools-profile = "\ | ||
46 | perf" | ||
47 | |||
45 | # exmap-console | 48 | # exmap-console |
46 | # exmap-server | 49 | # exmap-server |
47 | 50 | ||