diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-10-12 06:20:19 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-16 23:52:43 +0100 |
commit | 5cb096ba2b3cdddc4d28bd59761e5503271f9240 (patch) | |
tree | 96716734046565f214e6929c27e6815da8ca53ff /meta-poky/recipes-core | |
parent | 258fd9fb7263bc915c7429eef220dd8ce4af66e3 (diff) | |
download | poky-5cb096ba2b3cdddc4d28bd59761e5503271f9240.tar.gz |
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.
(From OE-Core rev: ba0bc9d2a07848706debb915883817b2ed88c218)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/recipes-core')
0 files changed, 0 insertions, 0 deletions