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/recipes-kernel/kmod/kmod-native_git.bb | |
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/recipes-kernel/kmod/kmod-native_git.bb')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod-native_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb index f22efc0615..d008cbf7c4 100644 --- a/meta/recipes-kernel/kmod/kmod-native_git.bb +++ b/meta/recipes-kernel/kmod/kmod-native_git.bb | |||
@@ -6,6 +6,7 @@ inherit native | |||
6 | 6 | ||
7 | SRC_URI += "file://fix-undefined-O_CLOEXEC.patch \ | 7 | SRC_URI += "file://fix-undefined-O_CLOEXEC.patch \ |
8 | file://0001-Fix-build-with-older-gcc-4.6.patch \ | 8 | file://0001-Fix-build-with-older-gcc-4.6.patch \ |
9 | file://Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | do_install_append (){ | 12 | do_install_append (){ |