aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/screen/screen_4.3.1.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-09-08 16:15:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-09 14:25:08 +0100
commit81499ff3bd60dfa931fbae75922a342c31251480 (patch)
tree72d8e85169b268782768159a2c50f2762613e205 /meta/recipes-extended/screen/screen_4.3.1.bb
parent1687ec04bfee327fe24fdfecb67db689835769f2 (diff)
downloadopenembedded-core-contrib-81499ff3bd60dfa931fbae75922a342c31251480.tar.gz
screen: backport to fix build error
It fails to compile screen rarely with: |.../4.3.1-r0/screen-4.3.1/display.h:154:19: error: 'T_N' undeclared here (not in a function) | union tcu d_tcs[T_N]; /* terminal capabilities */ | ^ Macro T_N is defined in header file term.h but it may not be created then fails. Backport patch to make sure term.h is created before compile other source codes. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/screen/screen_4.3.1.bb')
-rw-r--r--meta/recipes-extended/screen/screen_4.3.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/screen/screen_4.3.1.bb b/meta/recipes-extended/screen/screen_4.3.1.bb
index 6aea56db09..92457af171 100644
--- a/meta/recipes-extended/screen/screen_4.3.1.bb
+++ b/meta/recipes-extended/screen/screen_4.3.1.bb
@@ -23,6 +23,7 @@ SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
file://Skip-host-file-system-checks-when-cross-compiling.patch \
file://Avoid-mis-identifying-systems-as-SVR4.patch \
file://0001-fix-for-multijob-build.patch \
+ file://0002-comm.h-now-depends-on-term.h.patch \
"
SRC_URI[md5sum] = "5bb3b0ff2674e29378c31ad3411170ad"