mirror of
git://git.yoctoproject.org/poky
synced 2026-08-19 04:35:49 +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:
parent
e96dc90ba4
commit
e0a1238b22
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user