From patchwork Tue May 3 14:01:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] task-core-tools.bb: properly enable lttng-ust for ARM Date: Tue, 03 May 2011 14:01:33 -0000 From: Dexuan Cui X-Patchwork-Id: 3097 Message-Id: <21793f72bc1ecc0e70ee3632bdb58f09a37d58e0.1304431099.git.dexuan.cui@intel.com> To: openembedded-core@lists.openembedded.org Cc: From: Dexuan Cui Fixes [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. Signed-off-by: Dexuan Cui --- 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 9b2a4ce..b2bf5ef 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 = "r9" +PR = "r10" PACKAGES = "\ task-core-tools-debug \ @@ -63,6 +63,7 @@ RRECOMMENDS_task-core-tools-profile = "\ RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap" RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap" +RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust" RDEPENDS_task-core-tools-profile_append_emenlow = " lttng-ust systemtap" RDEPENDS_task-core-tools-profile_append_atom-pc = " lttng-ust systemtap"