summaryrefslogtreecommitdiff
path: root/modutils/modutils_2.4.25.oe
blob: cfee450fab656965de20366a2bd0f9c706b6c8ce (plain)
1
2
3
4
5
6
7
8
9
SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2 \
	  file://${FILESDIR}/modutils-notest.patch;patch=1 \
	  file://${FILESDIR}/configure.patch;patch=1
S = ${WORKDIR}/${P}

inherit autotools

EXTRA_OECONF = --disable-strip
export BUILDCC = ${BUILD_CC}