diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_0.9.8.bb')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_0.9.8.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb deleted file mode 100644 index e8329cd79c..0000000000 --- a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | require oprofile.inc | ||
2 | |||
3 | PR = "${INC_PR}.3" | ||
4 | |||
5 | DEPENDS += "virtual/kernel" | ||
6 | DEPENDS_append_powerpc64 = " libpfm4" | ||
7 | |||
8 | SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | ||
9 | file://0001-Add-rmb-definition-for-AArch64-architecture.patch \ | ||
10 | file://0001-OProfile-doesn-t-build-for-32-bit-ppc-the-operf_util.patch \ | ||
11 | file://0001-Handle-early-perf_events-kernel-without-PERF_RECORD_.patch \ | ||
12 | file://0001-Fix-up-configure-to-handle-architectures-that-do-not.patch \ | ||
13 | file://0001-Change-configure-to-look-for-libpfm4-function-first-.patch \ | ||
14 | file://0001-ophelp-lists-events-Fix-doc-URL-for-ppc64-arch.patch \ | ||
15 | file://0001-Allow-ppc64-events-to-be-specified-with-or-without-_.patch \ | ||
16 | file://0001-Fix-PPC64-specific-libpfm-usage-so-it-doesn-t-break-.patch" | ||
17 | |||
18 | SRC_URI[md5sum] = "6d127023af1dd1cf24e15411229f3cc8" | ||
19 | SRC_URI[sha256sum] = "ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc" | ||
20 | |||
21 | S = "${WORKDIR}/oprofile-${PV}" | ||
22 | |||