[oe-commits] [openembedded-core] 23/37: ltp: add tar as runtime dependency

git at git.openembedded.org git at git.openembedded.org
Thu Dec 21 11:45:24 UTC 2017


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 ff4d75f7123db62e933a0bd879373b95562a543d
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Thu Dec 14 14:45:03 2017 +0800

    ltp: add tar as runtime dependency
    
    The tar from busybox lacks some options that cause the tar01 case
    failed. Add tar as runtime dependency.
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/ltp/ltp_20170929.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ltp/ltp_20170929.bb b/meta/recipes-extended/ltp/ltp_20170929.bb
index aaa7c93..1a7e869f 100644
--- a/meta/recipes-extended/ltp/ltp_20170929.bb
+++ b/meta/recipes-extended/ltp/ltp_20170929.bb
@@ -104,6 +104,7 @@ RDEPENDS_${PN} = "\
     unzip \
     util-linux \
     which \
+    tar \
 "
 
 FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/ltp/testcases/bin/* /opt/ltp/testcases/bin/*/bin/* /opt/ltp/testscripts/* /opt/ltp/testcases/open_posix_testsuite/* /opt/ltp/testcases/open_posix_testsuite/conformance/* /opt/ltp/testcases/open_posix_testsuite/Documentation/* /opt/ltp/testcases/open_posix_testsuite/functional/* /opt/ltp/testcases/open_posix_testsuite/include/* /opt/ltp/testcases/open_posix_testsuite/scripts/* /opt/ltp/testcases/open_posix_tests [...]

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


More information about the Openembedded-commits mailing list