1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00: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:
Bruce Ashfield
2012-07-10 13:11:03 -04:00
committed by Richard Purdie
parent 06348fe764
commit 7b31ae8429
3 changed files with 9 additions and 9 deletions
@@ -11,7 +11,7 @@ LINUX_VERSION ?= "3.2.18"
KMETA = "meta"
SRCREV_machine ?= "6f962975e52f7ebbb5c4897aa77d76f5957a000e"
SRCREV_machine ?= "2f986ab91c08c16f8d201518b11be0e367eb0e14"
SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
PR = "${INC_PR}.0"