]> code.ossystems Code Review - openembedded-core.git/commit
ver_linux: Use /usr/bin/awk instead of /bin/awk
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 1 Feb 2017 15:30:31 +0000 (10:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Feb 2017 09:20:21 +0000 (09:20 +0000)
commit3360eadb719f1d3b406e6cf48d99a74fdb2f6c77
tree0aa4e01a17ebbe721ab1fe1883c5da669976ebb8
parent8a83c808988f646bd6ecab4905a74c33699451ef
ver_linux: Use /usr/bin/awk instead of /bin/awk

To avoid kernel-devsrc failing with missing a dependency on "/bin/awk".
Due to the way this script is invoked, using #!/usr/bin/env can run into
issue when invoked.

Since most distros have awk in /usr/bin and not /bin, we change the
script while this is sorted out upstream.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
meta/recipes-kernel/linux/linux-yocto_4.9.bb