mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
ed_0.5: Handle --disable-static option
Also clean up use of immediate expansion as there are cleaner mechanisms now. (From OE-Core rev: 8d85e73b7279591190272536add909827144c623) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
438d6d6e7d
commit
67ea65ed4e
|
|
@ -15,7 +15,6 @@ inherit autotools texinfo
|
|||
|
||||
EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
|
||||
|
||||
CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-dependency-tracking', ' ')}"
|
||||
CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"
|
||||
|
||||
|
||||
CONFIGUREOPTS_remove = "--disable-dependency-tracking"
|
||||
CONFIGUREOPTS_remove = "--disable-silent-rules"
|
||||
EXTRA_OECONF_remove = "--disable-static"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user