[oe-commits] [meta-openembedded] 01/22: s-suite: install missing create_config.sh

git at git.openembedded.org git at git.openembedded.org
Fri Nov 8 01:44:19 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 20e5af0eeee721cbd350ce6f9999708688b9d3e1
Author: Anders Roxell <anders.roxell at linaro.org>
AuthorDate: Thu Nov 7 17:10:55 2019 +0100

    s-suite: install missing create_config.sh
    
    When running s-suite v3.6, it complains that create_config.sh isn't
    installed.
    
    ./config_params.sh: line 1: ../create_config.sh: No such file or directory
    
    Rework so that create_config.sh is installed.
    
    Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
index 71483d8..d6852e2 100644
--- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
+++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
@@ -19,6 +19,7 @@ do_install() {
 
     install -m0755 ${S}/def_config.sh ${D}/opt/S-suite
     install -m0755 ${S}/config_params.sh ${D}/opt/S-suite
+    install -m0755 ${S}/create_config.sh ${D}/opt/S-suite
     install -m0755 ${S}/process_config.sh ${D}/opt/S-suite
 }
 

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


More information about the Openembedded-commits mailing list