blob: ef217644de71a66a1c988b4a9a12f23a2b87e3a9 (
plain)
1
2
3
4
5
6
7
8
|
SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2 \
file://${FILESDIR}/modutils-notest.patch;patch=1
S = ${WORKDIR}/${P}
inherit autotools
EXTRA_OECONF = --disable-strip
export BUILDCC = ${BUILD_CC}
|