summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod-native_git.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-03-06 21:21:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-07 12:27:34 +0000
commit28cc7b4362c703d35916b22bb705bd9517e7c505 (patch)
tree5db2ad6803ea612d13be9fc349f776e4b0fbc932 /meta/recipes-kernel/kmod/kmod-native_git.bb
parentc5882f92128c8e27ca6f227a9aac90aa0b4b1e52 (diff)
downloadpoky-28cc7b4362c703d35916b22bb705bd9517e7c505.tar.gz
kmod: Remove compatibility for ancient hosts
Lack of be32toh() is handled upstream since 2014. Linux 2.6.23 was released 2007, distributions with kernels older than that are far outside the host distributions still supported today. (From OE-Core rev: c4d77ddd13ad43b52f22a32dc7a3d34cc2692dce) Signed-off-by: Adrian Bunk <bunk@stusta.de> 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.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb
index f0e274ed79..f61134bbaf 100644
--- a/meta/recipes-kernel/kmod/kmod-native_git.bb
+++ b/meta/recipes-kernel/kmod/kmod-native_git.bb
@@ -7,9 +7,6 @@ DEPENDS += "zlib-native"
7 7
8inherit native 8inherit native
9 9
10SRC_URI += "file://Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch \
11 "
12
13do_install_append (){ 10do_install_append (){
14 for tool in depmod insmod lsmod modinfo modprobe rmmod 11 for tool in depmod insmod lsmod modinfo modprobe rmmod
15 do 12 do