diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-09-08 15:48:31 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-09-08 16:42:52 +0100 |
commit | 8be5593777be3a6617791fc70e9aa47d54ca1676 (patch) | |
tree | 9131dcb0038499df8a535f432b773cc04492023a /meta/recipes-kernel | |
parent | fac3ca94a235aa4a5bcf12c66a6e02a42b2ce538 (diff) | |
download | poky-8be5593777be3a6617791fc70e9aa47d54ca1676.tar.gz |
kernel.bbclass/linux-wrs: move definition of perf package to kernel class
By defining the perf package in the shared kernel class bitbake will be able to
find the package provider even when the preferred kernel doesn't build perf,
preventing dependency resolution failures.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 4f134d4d88..2978ed95cb 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
@@ -126,14 +126,6 @@ addtask wrlinux_configcheck after do_configure before do_compile | |||
126 | 126 | ||
127 | inherit kernel | 127 | inherit kernel |
128 | 128 | ||
129 | # perf subpackage variables | ||
130 | PROVIDES += perf | ||
131 | |||
132 | PACKAGES =+ "perf" | ||
133 | FILES_perf = "${bindir}/* \ | ||
134 | ${libexecdir}" | ||
135 | |||
136 | |||
137 | # perf tasks | 129 | # perf tasks |
138 | addtask compile_perf after do_compile before do_install | 130 | addtask compile_perf after do_compile before do_install |
139 | addtask install_perf after do_install before do_package do_deploy | 131 | addtask install_perf after do_install before do_package do_deploy |