diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-11 00:51:06 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-11 00:51:06 -0500 |
commit | d420f4df43fbc113158931f447562142dcf89e1f (patch) | |
tree | f177f9734f36969f43958ef1bbd807644458956b /packages/make | |
parent | f9167aed6eedb9ce4ba347dc36c2d2b16a1e435c (diff) |
mingw-make-canadian-sdk: Add this so we have a 'make' for mingw
Diffstat (limited to 'packages/make')
-rw-r--r-- | packages/make/mingw-make-canadian-sdk_3.81.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/make/mingw-make-canadian-sdk_3.81.bb b/packages/make/mingw-make-canadian-sdk_3.81.bb new file mode 100644 index 0000000000..3479dad249 --- /dev/null +++ b/packages/make/mingw-make-canadian-sdk_3.81.bb @@ -0,0 +1,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" |