[oe-commits] Koen Kooi : sysprof: fix arm big-endian build.

git at git.openembedded.org git at git.openembedded.org
Mon Mar 16 17:43:02 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 33a576a85b2d37dafadabf3f1472cd3c3b42f6b6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=33a576a85b2d37dafadabf3f1472cd3c3b42f6b6

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Wed Mar 11 09:50:51 2015 +0100

sysprof: fix arm big-endian build.

Applying the existing ARM patch for armeb makes it work.

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-kernel/sysprof/sysprof_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index e18aebf..19c3e10 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"



More information about the Openembedded-commits mailing list