]> code.ossystems Code Review - openembedded-core.git/commit
test-dependencies.sh: strip only .bb suffix
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 17 Feb 2015 13:41:06 +0000 (14:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 19:53:08 +0000 (20:53 +0100)
commitf4953004ec26c97fb696854f8e31d36b8bbeb8bf
treeb96e32bd370de8035bc843fc89003ce30ec3da69
parentb534c13bb13c1ab2739daaf32b59d917e93106fd
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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/test-dependencies.sh