]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake: Remove all instances of paths to a layer's scripts directory.
authorFranklin S. Cooper Jr <fcooper@ti.com>
Sat, 9 Feb 2013 17:08:10 +0000 (11:08 -0600)
committerRoss Burton <ross.burton@intel.com>
Tue, 19 Feb 2013 11:15:55 +0000 (11:15 +0000)
commit00d0e1ac741e5fc01a40feb7dcc7ecd3906b5ce4
treec302e592b77742b8140f1d6a88e311f974387dd2
parented4029055bb84f4da5fcdc77705c509796c45e69
scripts/bitbake: Remove all instances of paths to a layer's scripts directory.

* Currently the assumption is made that only oe-core can include a scripts
  directory.

* However, when other layers create a scripts directory the bitbake script
  freaks out causing a infinite recursive loop until it crashes.

* Simply changing the regular expression to remove all instances of scripts path
  instead of just the first one fixes this problem.

 [Yocto Bug 3872]

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/bitbake