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:38:46 +0000 |
commit | 33a576a85b2d37dafadabf3f1472cd3c3b42f6b6 (patch) | |
tree | 7c3f28b2880e6c1f783700b492e3fcc31b3f00d6 /meta/recipes-kernel/sysprof | |
parent | d82426eb81c57f114788f8f088f59377f0253b29 (diff) | |
download | openembedded-core-contrib-33a576a85b2d37dafadabf3f1472cd3c3b42f6b6.tar.gz |
sysprof: fix arm big-endian build.
Applying the existing ARM patch for armeb makes it work.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-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 e18aebf7bd1..19c3e10f7c7 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 \ " SRC_URI_append_arm = " file://rmb-arm.patch" +SRC_URI_append_armeb = " file://rmb-arm.patch" SRC_URI_append_mips = " file://rmb-mips.patch" SRC_URI_append_mips64 = " file://rmb-mips.patch" SRC_URI_append_mips64n32 = " file://rmb-mips.patch" |