diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-09-04 09:40:25 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-09-04 09:40:25 -0500 |
commit | 6e74be58a9b03a774ab21ac72bca9b9d56a622d4 (patch) | |
tree | df55c88ae719695be6a9eed1c4d6fb448fba1cb3 /meta-romley/recipes-core/tasks | |
parent | 2a7a46cad31df8c8c7559d2d55c905ac23a56b65 (diff) | |
download | meta-intel-6e74be58a9b03a774ab21ac72bca9b9d56a622d4.tar.gz |
meta-intel: remove task-core-tools-profile.bbappend
The functionality previously added by these bbappends was already
handled in task-core-tools-profile.bb (now
packagegroup-core-tools-profile.bb), so remove these.
SYSTEMTAP = "systemtap"
SYSTEMTAP_mips = ""
LTTNGUST = "lttng-ust"
LTTNGUST_mips = ""
RDEPENDS_${PN} = "\
${PROFILETOOLS} \
${LTTNGUST} \
${SYSTEMTAP} \
${VALGRIND} \
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/recipes-core/tasks')
-rw-r--r-- | meta-romley/recipes-core/tasks/task-core-tools-profile.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-romley/recipes-core/tasks/task-core-tools-profile.bbappend b/meta-romley/recipes-core/tasks/task-core-tools-profile.bbappend deleted file mode 100644 index aba487f5..00000000 --- a/meta-romley/recipes-core/tasks/task-core-tools-profile.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | RRECOMMENDS_task-core-tools-profile_append_romley = " systemtap" | ||
2 | |||