diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-01-28 13:47:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-01 15:54:29 +0000 |
commit | e771031453bf9bf897e1f1144f6b94ef95c03094 (patch) | |
tree | f2e019e12b99bbb19ae61063d9113ee0abca4715 | |
parent | 8f63fefa5617428b76fc37d2ba2099c872bbe57d (diff) | |
download | poky-e771031453bf9bf897e1f1144f6b94ef95c03094.tar.gz |
oprofile: add kernel dependency
oprofile-0.9.8 adds 'operf' which depends on the kernel's perf_events
subsystem to be present when building, which adds the kernel
dependency that we specify in a new DEPENDS for oprofile-0.9.8.
(From OE-Core rev: d4dd1eaf75ef3d494d16ed2561e3ff4f5928a428)
(From OE-Core rev: 16bc366877a2e02d96adb91b90e30710777e6f09)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_0.9.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb index 4491e7d7ce..60751638cb 100644 --- a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb +++ b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb | |||
@@ -2,6 +2,8 @@ require oprofile.inc | |||
2 | 2 | ||
3 | PR = "${INC_PR}.1" | 3 | PR = "${INC_PR}.1" |
4 | 4 | ||
5 | DEPENDS += "virtual/kernel" | ||
6 | |||
5 | SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 7 | SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
6 | file://0001-Add-rmb-definition-for-AArch64-architecture.patch \ | 8 | file://0001-Add-rmb-definition-for-AArch64-architecture.patch \ |
7 | file://0001-OProfile-doesn-t-build-for-32-bit-ppc-the-operf_util.patch \ | 9 | file://0001-OProfile-doesn-t-build-for-32-bit-ppc-the-operf_util.patch \ |