blob: 70067aa7dc9a3f2ee0569352cbac57315a48e783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
require klibc-common.inc
SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch;apply=yes \
file://modprobe.patch;apply=yes \
file://losetup.patch;apply=yes \
file://dash_readopt.patch;apply=yes \
file://wc.patch;apply=yes \
file://staging.patch;apply=yes \
file://klibc_kexecsyscall.patch;apply=yes \
"
KLIBC_FETCHDIR = "1.5"
SRC_URI[md5sum] = "481dfdef7273f2cc776c2637f481f017"
SRC_URI[sha256sum] = "27000ba4bc73a5977502b27d7036df24dd6ab94a1c33b8f5d6d54ba62772f0c7"
do_install_append() {
install -m 755 usr/utils/${KLIBC_UTILS_VARIANT}/insmod ${D}${base_bindir}
}
|