]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysprof: Fixes undefined  reference to `rmb'
authorNoor Ahsan <noor_ahsan@mentor.com>
Mon, 26 Nov 2012 08:23:17 +0000 (13:23 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Nov 2012 11:23:43 +0000 (11:23 +0000)
* 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@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/sysprof/sysprof_git.bb

index bd34f005d2148f4c48a73850d9c08f5a26726f98..64414c0b1b254a7b331c3b123142ef5f63343c58 100644 (file)
@@ -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"