From e0a1238b227e3e846c220f218c614c52300b3f7a Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Fri, 2 Jul 2010 17:28:00 +0800 Subject: 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 --- meta/classes/siteinfo.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/siteinfo.bbclass') diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 8b7d3dfcf6..506a7aa1d2 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass @@ -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 -- cgit v1.2.3-54-g00ecf