libcec: add patch to fix build on Blackfin
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Mar 2015 08:52:59 +0000 (09:52 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Mar 2015 08:52:59 +0000 (09:52 +0100)
commit450023b2a2819afe408e318be2316282381f276c
tree73161c40c23950f018a66740e1934cc6843f1e45
parent198734f00ba858bd9d562aaa2e71ae76248b899e
libcec: add patch to fix build on Blackfin

Blackfin uses a gcc 4.3 compiler, which does not support the
-Wno-psabi option. Since it is non essential, this commit adds a patch
to remove the usage of this option.

Fixes:

  http://autobuild.buildroot.net/results/3ab/3ab146583fa57ef7d6e67530b3274df1a844c7e1/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libcec/0001-remove-Wno-psabi.patch [new file with mode: 0644]