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
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
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
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