[oe-commits] [openembedded-core] 21/21: coreutils: fixup

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 01:14:35 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2e18fcbc05a4cb4c1f9d7cf22db0b6ba1ea894bf
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Mar 11 01:12:56 2020 +0000

    coreutils: fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/coreutils/coreutils_8.31.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb
index cc4008e..eac0163 100644
--- a/meta/recipes-core/coreutils/coreutils_8.31.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.31.bb
@@ -175,6 +175,9 @@ do_install_ptest () {
     # Disable subcase stty-pairs.sh, it will cause test framework hang
     sed -i '/stty-pairs.sh/d' ${D}${PTEST_PATH}/Makefile
 
+    # Disable subcase tail-2/assert.sh as it has issues on 32-bit systems
+    sed -i '/assert.sh/d' ${D}${PTEST_PATH}/Makefile
+
     # Tweak test d_type-check to use python3 instead of python
     sed -i "1s at .*@#!/usr/bin/python3@" ${D}${PTEST_PATH}/tests/d_type-check
     install ${B}/src/getlimits ${D}/${bindir}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list