]> code.ossystems Code Review - openembedded-core.git/commit
grep: Fix shell after autotools changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 21:54:13 +0000 (21:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2020 11:11:05 +0000 (11:11 +0000)
commit9031b66c7c817b65f75b429db6f6527d07196e8a
tree6c402597c1aa6021528eea00a30b203283bb8b8c
parent790be4ace4da2e2d7597d4e8ccf75ed7f711184d
grep: Fix shell after autotools changes

After changing autotools.bbclass, CONFIG_SHELL setting no longer works
resulting in:

grep-3.4-r0 do_package_qa: QA Issue: /bin/fgrep.grep contained in package grep requires /bin/bash, but no providers found in RDEPENDS_grep? [file-rdeps]

The script can use /bin/sh so set this specifically using sed since we
want to use a consistent shell for the rest of the build but not have
the specific bash dependency.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/grep/grep_3.4.bb