Hi,

while testing bitbake master for an ARMv5 target using OpenEmbedded, it seems that the first part of commit df1689138e71fa3648209db28146a595c4e63c26 introduced the following compile error :
archival/libarchive/get_header_tar.c: In function 'get_header_tar':
archival/libarchive/get_header_tar.c:202:14: error: 'bb__aliased_uint16_t' undeclared (first use in this function)

changing back bb__aliased_uint16_t to uint16_t in archival/libarchive/get_header_tar.c fixe the compile error.

Eric
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to