From: Khem Raj Date: Mon, 23 Jan 2017 22:39:54 +0000 (-0800) Subject: autotools.bbclass: Change acpaths defaults to be a weak assignment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22804 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57be81156f74666ff2ed2755f5faa48edf00e4dc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git autotools.bbclass: Change acpaths defaults to be a weak assignment We currently have to override the default setting using a particular assignment order in the recipe, setting it weakly helps to get rid of this problem. Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 3741d09706f..da5ec27575f 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -27,7 +27,7 @@ inherit siteinfo # results for autoconf tests we cannot run at build time. export CONFIG_SITE = "${@siteinfo_get_files(d)}" -acpaths = "default" +acpaths ?= "default" EXTRA_AUTORECONF = "--exclude=autopoint" export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}"