Re: [OE-core] Modifying SRC_URI from anonymous python

2016-11-18 Thread Patrick Ohly
On Thu, 2016-11-17 at 13:28 -0800, Andre McCurdy wrote: > I have a supplier who provides recipes which set SRC_URI to their > private git servers. To make those same recipes usable by others (ie > me), some anonymous python is used to transform the default SRC_URI > (elements which contain private

Re: [OE-core] Modifying SRC_URI from anonymous python

2016-11-17 Thread Andre McCurdy
On Thu, Nov 17, 2016 at 2:00 PM, Christopher Larson wrote: > > On Thu, Nov 17, 2016 at 2:28 PM, Andre McCurdy wrote: >> >> I have a supplier who provides recipes which set SRC_URI to their >> private git servers. To make those same recipes usable by

Re: [OE-core] Modifying SRC_URI from anonymous python

2016-11-17 Thread Christopher Larson
On Thu, Nov 17, 2016 at 4:06 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2016-11-17 at 13:28 -0800, Andre McCurdy wrote: > > I have a supplier who provides recipes which set SRC_URI to their > > private git servers. To make those same recipes usable by others (ie > >

Re: [OE-core] Modifying SRC_URI from anonymous python

2016-11-17 Thread Richard Purdie
On Thu, 2016-11-17 at 13:28 -0800, Andre McCurdy wrote: > I have a supplier who provides recipes which set SRC_URI to their > private git servers. To make those same recipes usable by others (ie > me), some anonymous python is used to transform the default SRC_URI > (elements which contain private

Re: [OE-core] Modifying SRC_URI from anonymous python

2016-11-17 Thread Christopher Larson
On Thu, Nov 17, 2016 at 2:28 PM, Andre McCurdy wrote: > I have a supplier who provides recipes which set SRC_URI to their > private git servers. To make those same recipes usable by others (ie > me), some anonymous python is used to transform the default SRC_URI > (elements

[OE-core] Modifying SRC_URI from anonymous python

2016-11-17 Thread Andre McCurdy
I have a supplier who provides recipes which set SRC_URI to their private git servers. To make those same recipes usable by others (ie me), some anonymous python is used to transform the default SRC_URI (elements which contain private git URLs are replaced, patches and other files are left as-is).