[oe-commits] [meta-openembedded] 07/33: aufs-util: Define HOSTCC

git at git.openembedded.org git at git.openembedded.org
Wed Apr 5 17:32:32 UTC 2017


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

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

commit d021ff09b42753332a6587c6cdf8355c97b6af7f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Mar 27 18:28:04 2017 -0700

    aufs-util: Define HOSTCC
    
    Fixes errors like below
    
    | make: cc: Command not found
    | make: *** [<builtin>: c2sh] Error 127
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
index 7d5352e..50d8b90 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
@@ -18,6 +18,8 @@ PV = "3.14+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
+export HOSTCC = "${BUILD_CC}"
+
 do_configure_prepend() {
    # Replace sbin,bin paths with bitbake environment
    sed -i -e 's;install_sbin: Tgt = ${DESTDIR}/sbin;install_sbin: Tgt = ${DESTDIR}/${base_sbindir};' \

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


More information about the Openembedded-commits mailing list