[oe-commits] [meta-openembedded] 03/09: libsmi: set the SH to the target path

git at git.openembedded.org git at git.openembedded.org
Thu Mar 17 18:31:19 UTC 2016


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

commit 8e76e03c3121bd6e7f17c04ecac429574a882f04
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Wed Mar 16 14:31:50 2016 +0800

    libsmi: set the SH to the target path
    
    Set the SH to the target path to avoid host contamination,
    which causes the following issue on some hosts:
    | WARNING: QA Issue: /usr/bin/smicache_libsmi contained in
      package libsmi requires /usr/bin/sh, but no providers
      found in its RDEPENDS [file-rdeps]
    | Computing transaction...error: Can't install
      libsmi-0.4.8-r0.0 at corei7_64: no package provides /usr/bin/sh
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
index 2b35c59..b049067 100644
--- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c72
 
 inherit autotools
 
+EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh"
+
 do_install_append () {
     install -d ${D}${sysconfdir}
     install -m 0644 ${WORKDIR}/smi.conf ${D}${sysconfdir}/smi.conf

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


More information about the Openembedded-commits mailing list