1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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.

(From OE-Core rev: 3360eadb719f1d3b406e6cf48d99a74fdb2f6c77)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-02-01 10:30:31 -05:00
committed by Richard Purdie
parent 0476945e9c
commit 48ac84f953
3 changed files with 13 additions and 13 deletions
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.9.4"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "6fdf2bca12625c67b64f39e08b1b4ae7c610f8bd"
SRCREV_meta ?= "39aa01a6d4332a8ef746a03246e56a41a69fae99"
SRCREV_machine ?= "087b65ddac049813eef2513c4440cb1d02971357"
SRCREV_meta ?= "8c71361007816dcabe297f40cd5a38ed5d7d7599"
PV = "${LINUX_VERSION}+git${SRCPV}"