diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-07-24 17:28:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-25 15:59:13 +0100 |
commit | 000ba1b67c75c55df9cd2207b01ae3872a7f385d (patch) | |
tree | 06bbce1f9beab2cba50e89434aa302438b1495b9 | |
parent | e18cec750b51267d9c130b395c7a53585f4ae7ac (diff) | |
download | poky-000ba1b67c75c55df9cd2207b01ae3872a7f385d.tar.gz |
oprofile: fix upstream version check
(From OE-Core rev: 7ca10a92b9f7a9102d44e3b110a485917fa0224a)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 96ef43dc30..4b01654fa3 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc | |||
@@ -27,6 +27,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | |||
27 | file://0001-Add-rmb-definition-for-NIOS2-architecture.patch \ | 27 | file://0001-Add-rmb-definition-for-NIOS2-architecture.patch \ |
28 | file://0001-Fix-FTBFS-problem-with-GCC-6.patch \ | 28 | file://0001-Fix-FTBFS-problem-with-GCC-6.patch \ |
29 | " | 29 | " |
30 | UPSTREAM_CHECK_REGEX = "oprofile-(?P<pver>\d+(\.\d+)+)/" | ||
31 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/oprofile/files/oprofile/" | ||
30 | 32 | ||
31 | SRC_URI_append_libc-musl = " file://musl.patch" | 33 | SRC_URI_append_libc-musl = " file://musl.patch" |
32 | 34 | ||