]> code.ossystems Code Review - openembedded-core.git/commit
screen: fix configure failed while build dir contains "yes"
authorHongxu Jia <hongxu.jia@windriver.com>
Thu, 12 Oct 2017 10:20:19 +0000 (06:20 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2017 22:52:02 +0000 (23:52 +0100)
commitba0bc9d2a07848706debb915883817b2ed88c218
tree298144b71a251ae1bee8b8410052252a94313ac0
parent229f70a5f6d29d82e1a7b1f780e2149fb91d5385
screen: fix configure failed while build dir contains "yes"

While the name of build dir contains "yes", the AC_EGREP_CPP
test always return true.

We rarely use "yes;" to name build dir, so s/yes/yes;/g
could fix the issue.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/screen/screen/0001-configure.ac-fix-configure-failed-while-build-dir-ha.patch [new file with mode: 0644]
meta/recipes-extended/screen/screen_4.6.1.bb