diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-03 23:18:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-05 20:22:49 +0100 |
commit | 69a776eab96776ab33191cd6eeda4560e3f3f357 (patch) | |
tree | a3fdc2b4f8cd153f2cb024b363520871f591c513 /meta/recipes-core/tasks | |
parent | 09fa8e139b0c06f961927ac192d644bebdf31abf (diff) | |
download | openembedded-core-69a776eab96776ab33191cd6eeda4560e3f3f357.tar.gz openembedded-core-69a776eab96776ab33191cd6eeda4560e3f3f357.tar.bz2 openembedded-core-69a776eab96776ab33191cd6eeda4560e3f3f357.zip |
task-core-tools: add systemtap to qemuarm
Systemtap now works with arm, so include it in task-core-tools-profile
for qemuarm.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r-- | meta/recipes-core/tasks/task-core-tools.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 11ea723195..3159e0668c 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r11" +PR = "r12" PACKAGES = "\ task-core-tools-debug \ @@ -77,7 +77,7 @@ LTTNGUST_libc-uclibc = "" RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust ${SYSTEMTAP}" RDEPENDS_task-core-tools-profile_append_qemux86-64 = " ${LTTNGUST} ${SYSTEMTAP}" RDEPENDS_task-core-tools-profile_append_qemuppc = " ${LTTNGUST} ${SYSTEMTAP}" -RDEPENDS_task-core-tools-profile_append_qemuarm = " ${LTTNGUST}" +RDEPENDS_task-core-tools-profile_append_qemuarm = " ${LTTNGUST} ${SYSTEMTAP}" RDEPENDS_task-core-tools-testapps = "\ blktool \ |