mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
linux-yocto/3.2: perf: fix mips build
Updating SRCREVs for the following fix: Author: Tom Zanussi <tom.zanussi@intel.com> Date: Tue Jul 10 09:38:40 2012 -0500 perf: add sgidefs.h to for mips builds Allow Python.h to find the definitions it needs on mips i.e. get rid of the error: "_ABIN32" is not defined. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> (From OE-Core rev: 04396899dc7973261404d5fbec3f85aa03a32e03) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
06348fe764
commit
7b31ae8429
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "5bc4c850a416406347ef08d1ed8cb8cf97d57f14"
|
||||
SRCREV_machine_qemuppc ?= "19c1534b244ff98a5d921bfad64ccde4f7337c3a"
|
||||
SRCREV_machine ?= "01c5c310886e87e785db5c3bb776deb5ed2e03b2"
|
||||
SRCREV_machine_qemuppc ?= "9f5b45a730b902ed8a0809c9542512188e8fcabf"
|
||||
SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
Reference in New Issue
Block a user