From 4b6cf8184c713304e1c5d46957b39c4be9e4d48e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Mar 2017 09:48:44 +0000 Subject: tzcode-native: Set cc to ${CC} Building on a system without "cc" showed this recipe doesn't respect the $CC variable. Fix this by passing the right option to the makefile. Signed-off-by: Richard Purdie (cherry picked from commit 402080c0a77443f541fa3d658b79f3fba327279d) --- meta/recipes-extended/tzcode/tzcode-native_2017a.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017a.bb b/meta/recipes-extended/tzcode/tzcode-native_2017a.bb index 0daac531fd..2c26744f33 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2017a.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2017a.bb @@ -18,6 +18,8 @@ S = "${WORKDIR}" inherit native +EXTRA_OEMAKE += "cc=${CC}" + do_install () { install -d ${D}${bindir}/ install -m 755 zic ${D}${bindir}/ -- cgit 1.2.3-korg