diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2015-03-11 09:50:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:42:05 +0000 |
commit | e5f9a6729c24d3d6c2e4bba9fead697adaa7f704 (patch) | |
tree | 4a460d8ffc80f4c0bc41f1315239d711a2e72462 /meta/recipes-kernel | |
parent | 3e8eb2d55cdda3234b9b9f848c901c2dda68ebec (diff) | |
download | poky-e5f9a6729c24d3d6c2e4bba9fead697adaa7f704.tar.gz |
sysprof: fix arm big-endian build.
Applying the existing ARM patch for armeb makes it work.
(From OE-Core rev: 33a576a85b2d37dafadabf3f1472cd3c3b42f6b6)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index e18aebf7bd..19c3e10f7c 100644 --- a/meta/recipes-kernel/sysprof/sysprof_git.bb +++ b/meta/recipes-kernel/sysprof/sysprof_git.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "git://git.gnome.org/sysprof \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI_append_arm = " file://rmb-arm.patch" | 14 | SRC_URI_append_arm = " file://rmb-arm.patch" |
15 | SRC_URI_append_armeb = " file://rmb-arm.patch" | ||
15 | SRC_URI_append_mips = " file://rmb-mips.patch" | 16 | SRC_URI_append_mips = " file://rmb-mips.patch" |
16 | SRC_URI_append_mips64 = " file://rmb-mips.patch" | 17 | SRC_URI_append_mips64 = " file://rmb-mips.patch" |
17 | SRC_URI_append_mips64n32 = " file://rmb-mips.patch" | 18 | SRC_URI_append_mips64n32 = " file://rmb-mips.patch" |