diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 20:36:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:28 +0100 |
commit | c1c9144f67108fdc6b7c62d21c9a638e38f12fb4 (patch) | |
tree | 274f2b65d863320b59e1947adc713805831fc8ee /meta/recipes-graphics/mesa/mesa-common.inc | |
parent | 36361c0165e7ad6747d06362695684dba78a7854 (diff) | |
download | poky-c1c9144f67108fdc6b7c62d21c9a638e38f12fb4.tar.gz |
mesa: Fix mklibs patch to simply remove troublesome uname usage
Without this we started seeing the -mx32 flag being passed to the compiler
for things like arm builds which makes no sense.
(From OE-Core rev: 288b7a9d0e6093f85e4a1d3e34d4332b9c43b47b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 2b90aed212..1c376b7733 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -12,7 +12,7 @@ SECTION = "x11" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" |
14 | 14 | ||
15 | INC_PR = "r13" | 15 | INC_PR = "r14" |
16 | PE = "2" | 16 | PE = "2" |
17 | 17 | ||
18 | 18 | ||