summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index fe803f1836..e5417897d0 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -152,9 +152,6 @@ python base_do_unpack() {
152 fetcher.unpack(rootdir) 152 fetcher.unpack(rootdir)
153 except bb.fetch2.BBFetchException as e: 153 except bb.fetch2.BBFetchException as e:
154 raise bb.build.FuncFailed(e) 154 raise bb.build.FuncFailed(e)
155
156 if not os.path.exists(s_dir):
157 bb.warn('%s: the directory %s (%s) pointed to by the S variable doesn\'t exist - please set S within the recipe to point to where the source has been unpacked to' % (d.getVar('PN', True), d.getVar('S', False), s_dir))
158} 155}
159 156
160def pkgarch_mapping(d): 157def pkgarch_mapping(d):