]> code.ossystems Code Review - openembedded-core.git/commit
fts: Add recipe
authorKhem Raj <raj.khem@gmail.com>
Tue, 15 Dec 2015 21:24:16 +0000 (21:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:45 +0000 (23:42 +0000)
commit387f84899cc93c06f3e29991c2fc6c1157bddd81
tree64e1a0a115529cd93a55c5c27fc8328c6956d61b
parent27459f5e4a9b86b0cd751f6ec3b92071e4316cc0
fts: Add recipe

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/fts/fts.bb [new file with mode: 0644]
meta/recipes-core/fts/fts/fts-header-correctness.patch [new file with mode: 0644]
meta/recipes-core/fts/fts/fts-uclibc.patch [new file with mode: 0644]
meta/recipes-core/fts/fts/gcc5.patch [new file with mode: 0644]
meta/recipes-core/fts/fts/remove_cdefs.patch [new file with mode: 0644]
meta/recipes-core/fts/fts/stdint.patch [new file with mode: 0644]