diff options
author | Ting Liu <b28495@freescale.com> | 2013-09-10 06:00:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:24 +0100 |
commit | 0f431a3123c399ef0b3ddae5aa85c701bdd0a32a (patch) | |
tree | 874a23744c7ff8941a1d95e62ced2bec4768737e /meta-skeleton | |
parent | f33afade31d2ac2f5457f4131c2c35207606b846 (diff) | |
download | poky-0f431a3123c399ef0b3ddae5aa85c701bdd0a32a.tar.gz |
kmod-native: use bswap to work on older Linux hosts
We can't use htobe* and be*toh functions because they are not
available on older versions of glibc, For example, shipped on Centos 5.5.
Change to directly calling bswap_* as defined in byteswap.h.
(From OE-Core rev: 63edb6b9a8bdf2f5541edd618f2f598185e37223)
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions