diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-07 09:03:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-11 09:05:35 +0100 |
commit | 09f94874fdf79dbc6c7fd340115afa7d665157ae (patch) | |
tree | 3e90ea9c803e631f3e6cebfe173eed7b5472e2a2 /meta/recipes-kernel/sysprof/sysprof_3.30.0.bb | |
parent | e6277eb17b19a8b3f50e30897dc20be2e935c0a7 (diff) | |
download | poky-09f94874fdf79dbc6c7fd340115afa7d665157ae.tar.gz |
sysprof: Fix build with clang
(From OE-Core rev: f179c402f46a3d3c42760d66d6a20c9e0b93f50d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof/sysprof_3.30.0.bb')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_3.30.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb b/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb index 7783ab27f5..19dcf25a51 100644 --- a/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb +++ b/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb | |||
@@ -15,6 +15,7 @@ SRC_URI += " \ | |||
15 | file://define-NT_GNU_BUILD_ID.patch \ | 15 | file://define-NT_GNU_BUILD_ID.patch \ |
16 | file://0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch \ | 16 | file://0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch \ |
17 | file://wordsize.patch \ | 17 | file://wordsize.patch \ |
18 | file://0001-fix-non-literal-format-string-issues.patch \ | ||
18 | " | 19 | " |
19 | RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://bugzilla.gnome.org/show_bug.cgi?id=794625" | 20 | RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://bugzilla.gnome.org/show_bug.cgi?id=794625" |
20 | 21 | ||