mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a0cf759537
commit
cc1fcf7e9f
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user