| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||||
| 3 | |||||
| 4 | require kmod.inc | ||||
| 5 | |||||
| 6 | DEPENDS += "zlib-native" | ||||
| 7 | |||||
| 8 | inherit native | ||||
| 9 | |||||
| 10 | SRC_URI += "file://Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch \ | ||||
| 11 | " | ||||
| 12 | |||||
| 13 | do_install_append (){ | ||||
| 14 | for tool in depmod insmod lsmod modinfo modprobe rmmod | ||||
| 15 | do | ||||
| 16 | ln -s kmod ${D}${bindir}/$tool | ||||
| 17 | done | ||||
| 18 | } | ||||