summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_0.9.8.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_0.9.8.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
index 60751638cb..79363a6017 100644
--- a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
@@ -1,15 +1,18 @@
1require oprofile.inc 1require oprofile.inc
2 2
3PR = "${INC_PR}.1" 3PR = "${INC_PR}.2"
4 4
5DEPENDS += "virtual/kernel" 5DEPENDS += "virtual/kernel"
6DEPENDS_append_powerpc = " libpfm4"
7DEPENDS_append_powerpc64 = " libpfm4"
6 8
7SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ 9SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
8 file://0001-Add-rmb-definition-for-AArch64-architecture.patch \ 10 file://0001-Add-rmb-definition-for-AArch64-architecture.patch \
9 file://0001-OProfile-doesn-t-build-for-32-bit-ppc-the-operf_util.patch \ 11 file://0001-OProfile-doesn-t-build-for-32-bit-ppc-the-operf_util.patch \
10 file://0001-Handle-early-perf_events-kernel-without-PERF_RECORD_.patch \ 12 file://0001-Handle-early-perf_events-kernel-without-PERF_RECORD_.patch \
11 file://0001-Fix-up-configure-to-handle-architectures-that-do-not.patch \ 13 file://0001-Fix-up-configure-to-handle-architectures-that-do-not.patch \
12 file://0001-Change-configure-to-look-for-libpfm4-function-first-.patch" 14 file://0001-Change-configure-to-look-for-libpfm4-function-first-.patch \
15 file://0001-fix-powerpc-cross-compiling.patch "
13 16
14SRC_URI[md5sum] = "6d127023af1dd1cf24e15411229f3cc8" 17SRC_URI[md5sum] = "6d127023af1dd1cf24e15411229f3cc8"
15SRC_URI[sha256sum] = "ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc" 18SRC_URI[sha256sum] = "ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc"