summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/oprofile/oprofile.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-12 12:25:59 -0800
committerKhem Raj <raj.khem@gmail.com>2019-02-13 09:27:22 -0800
commite4c5c0da6bf3f0d8a171e8361e83c49760108277 (patch)
tree69aa7599582815fb5942f4cac237687b886c5f03 /meta-oe/recipes-kernel/oprofile/oprofile.inc
parentcfdc6c721c465c6ad111a401e2c3a2445f701a94 (diff)
downloadmeta-openembedded-e4c5c0da6bf3f0d8a171e8361e83c49760108277.tar.gz
oprofile: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/oprofile/oprofile.inc')
-rw-r--r--meta-oe/recipes-kernel/oprofile/oprofile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile.inc b/meta-oe/recipes-kernel/oprofile/oprofile.inc
index 349e2bf54..515ea8faf 100644
--- a/meta-oe/recipes-kernel/oprofile/oprofile.inc
+++ b/meta-oe/recipes-kernel/oprofile/oprofile.inc
@@ -25,6 +25,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
25 file://run-ptest \ 25 file://run-ptest \
26 file://root-home-dir.patch \ 26 file://root-home-dir.patch \
27 file://0001-Add-rmb-definition-for-NIOS2-architecture.patch \ 27 file://0001-Add-rmb-definition-for-NIOS2-architecture.patch \
28 file://0001-replace-sym_iterator-0-with-sym_iterator.patch \
28" 29"
29UPSTREAM_CHECK_REGEX = "oprofile-(?P<pver>\d+(\.\d+)+)/" 30UPSTREAM_CHECK_REGEX = "oprofile-(?P<pver>\d+(\.\d+)+)/"
30UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/oprofile/files/oprofile/" 31UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/oprofile/files/oprofile/"