diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-03 21:28:59 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:32 +0100 |
| commit | c4d01fc8aa3d5823e776f4b33becfad39cfc47ef (patch) | |
| tree | 64e198d0d41efdf89b66a279840635b349595127 | |
| parent | 3a41c1eb3efd8e48738d0e28c738db4c3e925aa1 (diff) | |
| download | poky-c4d01fc8aa3d5823e776f4b33becfad39cfc47ef.tar.gz | |
task-core-tools.bb: properly enable lttng-ust for ARM
Fixes [YOCTO #856]
Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being
merged into master branch.
(From OE-Core rev: 50a54e885e3ec1c889f754fa3f5dce0072cfb6c9)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/tasks/task-core-tools.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 01e93ece65..23cbaf29da 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 9 | PR = "r9" | 9 | PR = "r10" |
| 10 | 10 | ||
| 11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
| 12 | task-core-tools-debug \ | 12 | task-core-tools-debug \ |
| @@ -63,6 +63,7 @@ RRECOMMENDS_task-core-tools-profile = "\ | |||
| 63 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" | 63 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" |
| 64 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap" | 64 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap" |
| 65 | RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap" | 65 | RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap" |
| 66 | RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust" | ||
| 66 | 67 | ||
| 67 | RDEPENDS_task-core-tools-testapps = "\ | 68 | RDEPENDS_task-core-tools-testapps = "\ |
| 68 | blktool \ | 69 | blktool \ |
