[OE-core] [PATCH] sysprof: Fixes undefined  reference to `rmb'

Noor, Ahsan noor_ahsan at mentor.com
Mon Nov 26 08:23:17 UTC 2012


From: Noor Ahsan <noor_ahsan at mentor.com>

* Recipe already contains a patch for mips arch but not for mips64.
For mips64 arch 'mips' was not available in OVERRIDES, rather mips64
was there. So added the same patch for mips64 arch using mips64.

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.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 bd34f00..64414c0 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -15,6 +15,7 @@ SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
 
 SRC_URI_append_arm  = " file://rmb-arm.patch"
 SRC_URI_append_mips = " file://rmb-mips.patch"
+SRC_URI_append_mips64 = " file://rmb-mips.patch"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5





More information about the Openembedded-core mailing list