mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
autotools: append to EXTRA_AUTORECONF
Inherit order may mean that this class is inherited after assignments, so extend instead of assign EXTRA_AUTORECONF. (From OE-Core rev: 83958b4bdea90a0bb9331d33c2f266900a108fee) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e7ce961d36
commit
3c72b2d711
@@ -37,7 +37,7 @@ inherit siteinfo
|
||||
export CONFIG_SITE
|
||||
|
||||
acpaths ?= "default"
|
||||
EXTRA_AUTORECONF = "--exclude=autopoint --exclude=gtkdocize"
|
||||
EXTRA_AUTORECONF += "--exclude=autopoint --exclude=gtkdocize"
|
||||
|
||||
export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user