]> 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:42:18 +0000 (14:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 14:17:24 +0000 (14:17 +0000)
commit8c9a25ae70d249b823ab2b0385d539eb8bbc1374
tree12633793821f3f026d529c70b03f6d1b3676ea84
parent47d31abef49494b408f6ba004638bac007782947
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: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/test-dependencies.sh