]> code.ossystems Code Review - openembedded-core.git/commit
kmod-native: use bswap to work on older Linux hosts
authorTing Liu <b28495@freescale.com>
Tue, 10 Sep 2013 06:00:20 +0000 (06:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Oct 2013 15:54:27 +0000 (16:54 +0100)
commit63edb6b9a8bdf2f5541edd618f2f598185e37223
tree0ea94bf1ac8c4c4759230b89a876d752681fe4b2
parent0ddaf52e9e344986ae2b016cc068d9eee71b4347
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.

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>
meta/recipes-kernel/kmod/kmod-native_git.bb
meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch [new file with mode: 0644]