aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/make/mingw-make-canadian-sdk_3.81.bb
blob: 3479dad24975069a3f50c2f9a8938d39a741ffef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PR = "r0"

require make.inc

inherit canadian-sdk

DESCRIPTION = "GNU Make examines the timestamps on a set of \
interdependent files, and, if necessary, issues commands \
to bring them up-to-date - MinGW port."
HOMEPAGE = "http://www.mingw.org/"

DEPENDS = "virtual/${HOST_PREFIX}binutils virtual/${HOST_PREFIX}gcc"

SRC_URI = "${SOURCEFORGE_MIRROR}/mingw/mingw32-make-3.81-20080326-src.tar.gz"

S = "${WORKDIR}/make-${PV}-patched"