summaryrefslogtreecommitdiffstats
path: root/package/libraw/0002-libraw_x3f.cpp-remove-Byte-order-mark.patch
Commit message (Collapse)AuthorAgeFilesLines
* libraw: bump to version 0.18.11Fabrice Fontaine2018-06-031-39/+0
| | | | | | | | | | | | - Remove all patches (already in version) - Since version 0.18 (2016-12-07), there is no 'LibRaw Software License 27032010' licensing anymore (and all signed agreements have expired). LibRaw is now dual-licensed: LGPL 2.1 or CDDL 1.0 - Add hash for license files Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libraw: add patch to remove Byte order markThomas Petazzoni2016-02-141-0/+39
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>
OpenPOWER on IntegriCloud