[oe-commits] [openembedded-core] 08/10: bash: Replace uninative loader path in ptest

git at git.openembedded.org git at git.openembedded.org
Mon Jun 3 23:01:29 UTC 2019


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 e44071847e6c328e13a8c4beb67149b5378fe6a6
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Mon Jun 3 10:27:19 2019 -0500

    bash: Replace uninative loader path in ptest
    
    The Makefile used for bash-ptest can pick up the path to the uninative
    loader through BUILD_LDFLAGS. This includes the full path to the
    uninative loader, which is not reproducible. Replace it with /bin/false.
    It doesn't appear as if these native programs are used in the test
    suites and if there are likely to be other problems related to building
    them using the BUILD_* flags.
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/bash/bash.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index dbb803d..27207c3 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -78,6 +78,7 @@ do_install_ptest () {
 	    -e 's|${DEBUG_PREFIX_MAP}||g' \
 	    -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" \
 	    -e 's:${HOSTTOOLS_DIR}/::g' \
+	    -e 's:${UNINATIVE_LOADER}:${base_bindir}/false:g' \
 	     ${D}${PTEST_PATH}/Makefile
 }
 

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


More information about the Openembedded-commits mailing list