mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
siteinfo.bbclass: remove duplicated 'common' appendent
'common' site file is already appended in get_siteinfo_list. No need for another duplication later Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -76,7 +76,6 @@ def siteinfo_get_files(d):
|
||||
|
||||
# Determine which site files to look for
|
||||
sites = get_siteinfo_list(d)
|
||||
sites.append("common");
|
||||
|
||||
# Check along bbpath for site files and append in reverse order so
|
||||
# the application specific sites files are last and system site
|
||||
|
||||
Reference in New Issue
Block a user