summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/fts
Commit message (Collapse)AuthorAgeFilesLines
* fts: Correct LIC_FILES_CHKSUMKhem Raj2016-01-301-1/+1
| | | | | | | | | | It was using wrong keyword and let it point to section of header file (From OE-Core rev: 80d015442b5efdf796dbe0b30642f168d5482dca) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* fts: Fix linker hash-style optionKhem Raj2016-01-241-1/+7
| | | | | | | | | | | | pass --hash-style explicitly to linker and ensure that mips does not use gnu hash style This inoculates fts when compiler does not pass hash style option e.g. clang (From OE-Core rev: a40532a5277e1c0392032ff2d4992046477fadf0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* fts: Add recipeKhem Raj2016-01-246-0/+1566
fts is not implemented in musl but many packages depend on it glibc implements it even though posix does not requir it to do so. So provide an alternative provider for fts (From OE-Core rev: 387f84899cc93c06f3e29991c2fc6c1157bddd81) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>