[oe] [STABLE][PATCH v2] mingw-binutils: update to 2.19.1
Tom Rini
trini at kernel.crashing.org
Tue Apr 7 16:51:24 UTC 2009
On Tue, Apr 07, 2009 at 09:16:28AM +0200, Esben Haabendal wrote:
[snip]
> +[http://downloads.sourceforge.net/mingw/binutils-2.19.1-src.tar.gz]
> +md5=ad3f2b5fdcd599a772ad75fec2c384d8
> +sha256=2df529b1ac0a621efb87b5b53dbc0167c566f8bebbd6a8ce19964b05845fd2e7
You need to run the 'contrib/source-checker/oe-checksums-sorter.py'
after adding a new checksum. Roughly
/contrib/source-checker/oe-checksums-sorter.py conf/checksums.ini > t &&
mv t conf/checksums.ini.
> diff --git a/recipes/binutils/mingw-binutils-canadian-cross_2.19.1.bb
> b/recipes/binutils/mingw-binutils-canadian-cross_2.19.1.bb
> new file mode 100644
> index 0000000..130dea5
> --- /dev/null
> +++ b/recipes/binutils/mingw-binutils-canadian-cross_2.19.1.bb
> @@ -0,0 +1,10 @@
> +require mingw-binutils_${PV}.bb
> +require binutils-canadian-cross.inc
> +
> +DEFAULT_PREFERENCE_sdk-mingw32 = "1"
This should just be DEFAULT_PREFERENCE_mingw32 = "1". Or just left out
as we aren't setting this to -1 for anything else.
> diff --git a/recipes/binutils/mingw-binutils_2.19.1.bb
> b/recipes/binutils/mingw-binutils_2.19.1.bb
> new file mode 100644
> index 0000000..19d1077
> --- /dev/null
> +++ b/recipes/binutils/mingw-binutils_2.19.1.bb
> @@ -0,0 +1,12 @@
> +PR = "r1"
First PR should be r0, and the PR line left out in this case. This also
looks a whole lot like the older one, so perhaps the best thing to do
here would be to rename the old one to mingw-binutils.inc and just
include that in mingw-binutils_version.bb (which iirc does need to
exist).
> +DEFAULT_PREFERENCE = "0"
Then drop this, or set to -1. I forget off the top of my head if
something will go wrong and try and use this for non-canadian stuff if
we don't have a -1 here..
Finally, the way Stable works, as I read it, is that the patch goes into
dev first then stable. Not at the same time.
--
Tom Rini
More information about the Openembedded-devel
mailing list