]> code.ossystems Code Review - openembedded-core.git/commitdiff
siteinfo.bbclass: remove duplicated 'common' appendent
authorKevin Tian <kevin.tian@intel.com>
Fri, 2 Jul 2010 09:28:00 +0000 (17:28 +0800)
committerKevin Tian <kevin.tian@intel.com>
Fri, 2 Jul 2010 09:28:00 +0000 (17:28 +0800)
'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>
meta/classes/siteinfo.bbclass

index 8b7d3dfcf6b12774340bd40815475e2c6937bf7f..506a7aa1d2c292314f72e546afb2690b60d4524a 100644 (file)
@@ -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