diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-07-08 12:45:02 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-07-08 12:45:02 +0100 |
commit | 4e3cb2adf518240d11d6c149dea075be086aeda1 (patch) | |
tree | e9a9138eab0701b06c6c728de1b0644e3a42e26e /meta/classes | |
parent | da9f079481ed65d541cf5b95b47b3b1db6d79c5e (diff) | |
parent | e0a1238b227e3e846c220f218c614c52300b3f7a (diff) | |
download | openembedded-core-4e3cb2adf518240d11d6c149dea075be086aeda1.tar.gz openembedded-core-4e3cb2adf518240d11d6c149dea075be086aeda1.tar.bz2 openembedded-core-4e3cb2adf518240d11d6c149dea075be086aeda1.zip |
Merge branch 'tk/master'
Diffstat (limited to 'meta/classes')
-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): # 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 |