summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2012-11-26 13:23:17 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-26 20:59:20 +0000
commitcc1fcf7e9f67bd5bfbb166d1ece2ba491fa45b39 (patch)
tree00c4914823ea29a5afe1d6ffdcd37df4928b4b37 /meta/recipes-kernel/sysprof
parenta0cf759537260f00311450e0dac41bf45b474454 (diff)
downloadast2050-yocto-poky-cc1fcf7e9f67bd5bfbb166d1ece2ba491fa45b39.zip
ast2050-yocto-poky-cc1fcf7e9f67bd5bfbb166d1ece2ba491fa45b39.tar.gz
sysprof: Fixes undefined  reference to `rmb'
* 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. (From OE-Core rev: 5fa9f9b626daed83c8d31755040574c13ad25459) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb1
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 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"
OpenPOWER on IntegriCloud