[yocto] Is the build system SCM sensitive?

2014-10-27 Thread Gary Thomas
I had a complete build (details probably don't matter) using Poky master. I'm working on a fix to one of the core recipes, so I made a local branch: % git checkout -b fix-python-pygtk master I made a single line change in the recipe (removing a line from the do_install step). When I then

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Saul Wold
On 10/27/2014 09:50 AM, Gary Thomas wrote: I had a complete build (details probably don't matter) using Poky master. I'm working on a fix to one of the core recipes, so I made a local branch: % git checkout -b fix-python-pygtk master I made a single line change in the recipe (removing a line

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Gary Thomas
On 2014-10-27 12:03, Saul Wold wrote: On 10/27/2014 09:50 AM, Gary Thomas wrote: I had a complete build (details probably don't matter) using Poky master. I'm working on a fix to one of the core recipes, so I made a local branch: % git checkout -b fix-python-pygtk master I made a single

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Burton, Ross
On 27 October 2014 19:40, Gary Thomas g...@mlbassoc.com wrote: I think I know what triggered this - a recent change in bitbake.conf redefined BUILD_CPP (and others). I had merged this change some six hours before my strange build and had been building many other recipes (also python with a