diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-02 17:28:00 +0800 |
---|---|---|
committer | Kevin Tian <kevin.tian@intel.com> | 2010-07-02 17:28:00 +0800 |
commit | e0a1238b227e3e846c220f218c614c52300b3f7a (patch) | |
tree | 290beba23b9dd9df2de7ddc1967ddc74383c92a1 /meta | |
parent | e96dc90ba443601116eed52873da2ea929af726e (diff) | |
download | poky-e0a1238b227e3e846c220f218c614c52300b3f7a.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
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): | |||
76 | 76 | ||
77 | # Determine which site files to look for | 77 | # Determine which site files to look for |
78 | sites = get_siteinfo_list(d) | 78 | sites = get_siteinfo_list(d) |
79 | sites.append("common"); | ||
80 | 79 | ||
81 | # Check along bbpath for site files and append in reverse order so | 80 | # Check along bbpath for site files and append in reverse order so |
82 | # the application specific sites files are last and system site | 81 | # the application specific sites files are last and system site |