Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libraw: bump to version 0.18.11 | Fabrice Fontaine | 2018-06-03 | 1 | -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 mark | Thomas Petazzoni | 2016-02-14 | 1 | -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> |