Re: [OE-core] Setting SRC_URI via anonymous Python fails in OE 2.1

2016-06-29 Thread Richard Purdie
On Wed, 2016-06-29 at 00:40 -0700, Andre McCurdy wrote: > On Tue, Jun 28, 2016 at 7:15 PM, Paul Eggleton > wrote: > > Hi Andre, > > > > On Tue, 28 Jun 2016 15:53:24 Andre McCurdy wrote: > > > The following works in OE 2.0, but fails in 2.1 and master: > > > > > > python () { > > > d.setV

Re: [OE-core] Setting SRC_URI via anonymous Python fails in OE 2.1

2016-06-29 Thread Andre McCurdy
On Tue, Jun 28, 2016 at 7:15 PM, Paul Eggleton wrote: > Hi Andre, > > On Tue, 28 Jun 2016 15:53:24 Andre McCurdy wrote: >> The following works in OE 2.0, but fails in 2.1 and master: >> >> python () { >> d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz";) >> } >> >> SRC_URI = "${SRC_URI

Re: [OE-core] Setting SRC_URI via anonymous Python fails in OE 2.1

2016-06-28 Thread Paul Eggleton
Hi Andre, On Tue, 28 Jun 2016 15:53:24 Andre McCurdy wrote: > The following works in OE 2.0, but fails in 2.1 and master: > > python () { > d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz";) > } > > SRC_URI = "${SRC_URI_FOO}" > > > Is it a regression or was something like that neve

[OE-core] Setting SRC_URI via anonymous Python fails in OE 2.1

2016-06-28 Thread Andre McCurdy
The following works in OE 2.0, but fails in 2.1 and master: python () { d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz";) } SRC_URI = "${SRC_URI_FOO}" Is it a regression or was something like that never intended to work? -- ___ Openembed