mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
siteinfo: fix siteinfo_get_files to work with RSS
The siteconfig cache files in ACLOCALDIR setup by autotools.bbclass has been dropped after switching to RSS, so change the siteconfig search path back to SITECONFIG_SYSROOTCACHE and the parameter name changed from aclocalcache to sysrootcache. (From OE-Core rev: 5b1454304483a0bc725b32fd5458e5281c68112f) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a88d33f47f
commit
e925d9b9cc
@@ -141,7 +141,7 @@ ACLOCALEXTRAPATH_class-nativesdk = " -I ${STAGING_DATADIR_NATIVE}/aclocal/"
|
||||
|
||||
python autotools_aclocals () {
|
||||
# Refresh variable with cache files
|
||||
d.setVar("CONFIG_SITE", siteinfo_get_files(d, aclocalcache=True))
|
||||
d.setVar("CONFIG_SITE", siteinfo_get_files(d, sysrootcache=True))
|
||||
}
|
||||
|
||||
CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am"
|
||||
|
||||
Reference in New Issue
Block a user