summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/screen/screen_4.4.0.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-07-26 02:49:51 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:10 +0100
commit81580c5c2e8189d558afa871a14a605085b8495b (patch)
tree7b1cf1b13b1272ad83cabaa7adb750564579da05 /meta/recipes-extended/screen/screen_4.4.0.bb
parentb332b38ccfbd1ccc5b997cc85fe64121398919ee (diff)
downloadpoky-81580c5c2e8189d558afa871a14a605085b8495b.tar.gz
screen: add back the patch for parallel build
The patch 0001-fix-for-multijob-build.patch was removed by: "d437921 screen: upgrade to 4.4.0" But in fact the fixes is not all in the version 4.4.0, we still get errors in parallel builds: | ../screen-4.4.0/screen.h:48:18: fatal error: comm.h: No such file or directory So rebase the patch and add it back. (From OE-Core rev: 6cc3aea5ca7faf018fc50f66c7b2aa0e870addff) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/screen/screen_4.4.0.bb')
-rw-r--r--meta/recipes-extended/screen/screen_4.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/screen/screen_4.4.0.bb b/meta/recipes-extended/screen/screen_4.4.0.bb
index e970c5b0fc..769bac162b 100644
--- a/meta/recipes-extended/screen/screen_4.4.0.bb
+++ b/meta/recipes-extended/screen/screen_4.4.0.bb
@@ -23,6 +23,7 @@ SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
23 file://Skip-host-file-system-checks-when-cross-compiling.patch \ 23 file://Skip-host-file-system-checks-when-cross-compiling.patch \
24 file://Avoid-mis-identifying-systems-as-SVR4.patch \ 24 file://Avoid-mis-identifying-systems-as-SVR4.patch \
25 file://0002-comm.h-now-depends-on-term.h.patch \ 25 file://0002-comm.h-now-depends-on-term.h.patch \
26 file://0001-fix-for-multijob-build.patch \
26 " 27 "
27 28
28SRC_URI[md5sum] = "d26e11a3648c2b11aaefa215a55dfd39" 29SRC_URI[md5sum] = "d26e11a3648c2b11aaefa215a55dfd39"