From: Tom Rini Date: Sat, 17 Jan 2009 03:54:10 +0000 (-0500) Subject: mingw-binutils: Add a special version of binutils for building MinGW X-Git-Tag: Release-2010-05/1~3797^2~17^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7b5a818382cf8d54772b226b218e590263396a;p=openembedded.git mingw-binutils: Add a special version of binutils for building MinGW --- diff --git a/packages/binutils/mingw-binutils_2.17.50-20060824-1.bb b/packages/binutils/mingw-binutils_2.17.50-20060824-1.bb new file mode 100644 index 0000000000..9d17873270 --- /dev/null +++ b/packages/binutils/mingw-binutils_2.17.50-20060824-1.bb @@ -0,0 +1,12 @@ +PR = "r1" + +require binutils.inc + +DESCRIPTION = "A GNU collection of binary utilities - MinGW port" +HOMEPAGE = "http://www.mingw.org/" + +SRC_URI = "${SOURCEFORGE_MIRROR}/mingw/binutils-${PV}-src.tar.gz" + +S = "${WORKDIR}/binutils-${PV}-src" + +DEFAULT_PREFERENCE = "0"