aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/mingw-binutils.inc
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-08 11:02:32 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-08 11:02:32 -0700
commit1caaca70e67d7ea72e0592a914269247c0985297 (patch)
tree6b193698a9da4ca269dfc51db182330465d29f7d /recipes/binutils/mingw-binutils.inc
parent02655ea9a9688994c798de81184cdea4e69a0faa (diff)
downloadopenembedded-1caaca70e67d7ea72e0592a914269247c0985297.tar.gz
mingw-binutils: Add 2.19.1 recipe and split common parts out into mingw-binutils.inc
Signed-off-by: Esben Haabendal <eha@doredevelopment.dk> Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/binutils/mingw-binutils.inc')
-rw-r--r--recipes/binutils/mingw-binutils.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/binutils/mingw-binutils.inc b/recipes/binutils/mingw-binutils.inc
new file mode 100644
index 0000000000..1e3898a336
--- /dev/null
+++ b/recipes/binutils/mingw-binutils.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "A GNU collection of binary utilities - MinGW port"
+HOMEPAGE = "http://www.mingw.org/"
+
+require binutils.inc
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/mingw/binutils-${PV}-src.tar.gz"
+
+S = "${WORKDIR}/binutils-${PV}"
+
+DEFAULT_PREFERENCE = "-1"