]> code.ossystems Code Review - openembedded-core.git/commit
tar: Fix build for musl based targets
authorKhem Raj <raj.khem@gmail.com>
Wed, 6 Jan 2016 18:45:45 +0000 (10:45 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:50 +0000 (23:42 +0000)
commitc17d9a8d7f89b8e855f87d61583075129e4aa72c
treec72ce64b31eeb796d89d85e7cfe0be590a6de2ae
parent8d83c6ad78e1f965a55c0d3f430bad2781a3eb33
tar: Fix build for musl based targets

It only considered linux-gnu hosts when cross compiling
here we add linux-musl to the mix as well

Fixes errors e.g.

1.28-r0/tar-1.28/src/tar.c:1351:5: error: 'SAVEDIR_SORT_INODE'
undeclared here (not in a function)
|      SAVEDIR_SORT_INODE
|      ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/tar/tar/musl_dirent.patch [new file with mode: 0644]
meta/recipes-extended/tar/tar_1.28.bb