mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
icecc.bbclass: replace superfluous "+=" with "="
(From OE-Core rev: 8cd1150a813ba7aa395f3f62c6b91a3561e81c92) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3070342f0e
commit
16c9a82c6c
@@ -105,7 +105,7 @@ def icecc_dep_prepend(d):
|
||||
return "icecc-create-env-native"
|
||||
return ""
|
||||
|
||||
DEPENDS_prepend += "${@icecc_dep_prepend(d)} "
|
||||
DEPENDS_prepend = "${@icecc_dep_prepend(d)} "
|
||||
|
||||
get_cross_kernel_cc[vardepsexclude] += "KERNEL_CC"
|
||||
def get_cross_kernel_cc(bb,d):
|
||||
|
||||
Reference in New Issue
Block a user