summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libimobiledevice/files
Commit message (Collapse)AuthorAgeFilesLines
* libimobiledevice: fix gcc 5 link failureS. Lockwood-Childs2015-10-131-0/+31
| | | | | | | | Drop 'inline' from some functions that had 'inline' keyword without a definition at that point (they were defined in a different file). Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libimobiledevice: remove runtime configure checkS. Lockwood-Childs2015-07-301-0/+38
configure.ac had a runtime check for large file support that got run on 64-bit architectures, and all runtime checks must go away to be cross-compile safe. Luckily that runtime check was extraneous, so just remove it; standard AC_SYS_LARGEFILE macro should be sufficient for figuring out proper settings to get large file support. Also un-blacklist libimobiledevice, since this problem was the reason for the blacklist. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>