aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcap/libcap2
AgeCommit message (Collapse)Author
2011-02-26Revert "libcap2: Fix uClibc build"Tom Rini
Petr Štetiar pointed out that I just switched this to using attr/xattr.h from e2fsprogs or similar rather than correctly fixing this. This reverts commit 150102aaf8226fcb56101ad0fbeda00ca95aef72.
2011-02-26libcap2: Fix uClibc buildTom Rini
On uClibc we have <attr/xattr.h> not <sys/xattr.h> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23libcap2: 2.16 -> 2.20Otavio Salvador
Fix compilation with newer kernel headers: | .../tmp/sysroots/.../usr/include/asm/sigcontext.h:28:2: error: | expected specifier-qualifier-list before '__u64' | .../tmp/sysroots/.../usr/include/asm/sigcontext.h:191:2: error: | expected specifier-qualifier-list before '__u64' | make[1]: *** [capsh.o] Error 1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Rini <tom_rini@mentor.com>