mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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. (From OE-Core rev: 402080c0a77443f541fa3d658b79f3fba327279d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,8 @@ S = "${WORKDIR}"
|
|||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
|
EXTRA_OEMAKE += "cc=${CC}"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${bindir}/
|
install -d ${D}${bindir}/
|
||||||
install -m 755 zic ${D}${bindir}/
|
install -m 755 zic ${D}${bindir}/
|
||||||
|
|||||||
Reference in New Issue
Block a user