diff options
Diffstat (limited to 'meta/classes/siteinfo.bbclass')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 431b81ce29..7b012b7ba7 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -16,8 +16,6 @@ | |||
16 | # If 'what' doesn't exist then an empty value is returned | 16 | # If 'what' doesn't exist then an empty value is returned |
17 | # | 17 | # |
18 | def get_siteinfo_list(d): | 18 | def get_siteinfo_list(d): |
19 | import bb | ||
20 | |||
21 | target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) | 19 | target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) |
22 | 20 | ||
23 | targetinfo = {\ | 21 | targetinfo = {\ |
@@ -74,8 +72,6 @@ def get_siteinfo_list(d): | |||
74 | # 2) ${FILE_DIRNAME}/site-${PV} - app version specific | 72 | # 2) ${FILE_DIRNAME}/site-${PV} - app version specific |
75 | # | 73 | # |
76 | def siteinfo_get_files(d): | 74 | def siteinfo_get_files(d): |
77 | import bb, os | ||
78 | |||
79 | sitefiles = "" | 75 | sitefiles = "" |
80 | 76 | ||
81 | # Determine which site files to look for | 77 | # Determine which site files to look for |