blob: 71fb7eb75319a5469db7686e88f6a288e50c6724 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PR = "r12"
require uclibc.inc
SRC_URI += "file://26headers.patch;patch=1 \
file://nokernelheadercheck.patch;patch=1 \
file://dyn-ldconfig.patch;patch=1 \
"
S = "${WORKDIR}/uClibc-${PV}"
|