From d3b40352e4a370790eaa92a0c416df30be57c22b Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 6 Jun 2019 10:02:31 -0700 Subject: slang: modify an array test One array test attempts to create an array that is far too large to exist. Different exceptions are thrown for 32 and 64 bit machines, so we account for that when catching them. (From OE-Core rev: 03e3721674fe7fc22911ec738524cef86c7a5357) Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- meta/recipes-extended/slang/slang_2.3.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/slang/slang_2.3.2.bb') diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.2.bb index e329310937..99efb16da6 100644 --- a/meta/recipes-extended/slang/slang_2.3.2.bb +++ b/meta/recipes-extended/slang/slang_2.3.2.bb @@ -19,6 +19,7 @@ SRC_URI = "http://www.jedsoft.org/releases/${BPN}/${BP}.tar.bz2 \ file://dont-link-to-host.patch \ file://test-add-output-in-the-format-result-testname.patch \ file://terminfo_fixes.patch \ + file://array_test.patch \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf