summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
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.inc
parentc5882f92128c8e27ca6f227a9aac90aa0b4b1e52 (diff)
downloadopenembedded-core-contrib-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.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 6d0e031c6f..e68860f6b4 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -21,7 +21,6 @@ PV = "26"
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
file://avoid_parallel_tests.patch \
- file://fix-O_CLOEXEC.patch \
"
S = "${WORKDIR}/git"