diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_0.9.9.bb')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_0.9.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.9.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.9.bb new file mode 100644 index 0000000000..6080a3e0e5 --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofile_0.9.9.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require oprofile.inc | ||
2 | |||
3 | DEPENDS += "virtual/kernel" | ||
4 | DEPENDS_append_powerpc64 = " libpfm4" | ||
5 | |||
6 | SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | ||
7 | file://0001-Add-rmb-definition-for-AArch64-architecture.patch \ | ||
8 | file://0001-Tidy-powerpc64-bfd-target-check.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "00aec1287da2dfffda17a9b1c0a01868" | ||
11 | SRC_URI[sha256sum] = "1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597" | ||
12 | |||
13 | |||
14 | S = "${WORKDIR}/oprofile-${PV}" | ||
15 | |||