]> code.ossystems Code Review - openembedded-core.git/commit
test-dependencies.sh: strip only .bb suffix
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 7 Mar 2015 08:54:24 +0000 (09:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:32 +0000 (17:38 +0000)
commitf76572df61d27a7e25f8433b1bbf42a0c9032024
treeb9eae082cc2a2ff0c1bbf38a0d529b3cc0565413
parent49ed897c01cb3be7582f79d863110688cc46dc55
test-dependencies.sh: strip only .bb suffix

* we were stripping too much when stripping recipe name from line like this:
  ERROR: Task 12016 (/some/patch/something.dot.bar.bb, do_fetch) failed with exit code '1'
  where the recipe name contains dots and doesn't end with _<version>.bb
* apply the same fix as 8c9a25ae70d249b823ab2b0385d539eb8bbc1374 while
  building individual recipes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/test-dependencies.sh