libraw: add patch to remove Byte order mark
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 12 Feb 2016 09:19:32 +0000 (10:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Feb 2016 20:49:35 +0000 (21:49 +0100)
commit1021a6f6d8db7beaa72c4db84ed85fcedfc4ae33
treeaf4a333c1ab807dab30ec56c247ade658e8f46dd
parentc51bddcdda2794a6b5a1e441c0d6cb030ed5b64f
libraw: add patch to remove Byte order mark

This Byte order mark is not recognized by gcc < 4.4, which is the case
on Blackfin where gcc 4.3.x is used. Since this BOM is not useful
anyway, we simply remove it. The patch has been submitted upstream.

Fixes:

  http://autobuild.buildroot.net/results/143c4c2a1d8527c97362ce11507e8b5a79dd0d6b/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libraw/0002-libraw_x3f.cpp-remove-Byte-order-mark.patch [new file with mode: 0644]