summaryrefslogtreecommitdiffstats
path: root/meta/classes-global
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-global')
-rw-r--r--meta/classes-global/base.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass
index 13e91b24a3..4ac7bafefa 100644
--- a/meta/classes-global/base.bbclass
+++ b/meta/classes-global/base.bbclass
@@ -433,11 +433,6 @@ python () {
433 if d.getVar("B")[-1] == '/': 433 if d.getVar("B")[-1] == '/':
434 bb.warn("Recipe %s sets B variable with trailing slash '%s', remove it" % (d.getVar("PN"), d.getVar("B"))) 434 bb.warn("Recipe %s sets B variable with trailing slash '%s', remove it" % (d.getVar("PN"), d.getVar("B")))
435 435
436 if os.path.normpath(d.getVar("WORKDIR")) != os.path.normpath(d.getVar("S")):
437 d.appendVar("PSEUDO_IGNORE_PATHS", ",${S}")
438 if os.path.normpath(d.getVar("WORKDIR")) != os.path.normpath(d.getVar("B")):
439 d.appendVar("PSEUDO_IGNORE_PATHS", ",${B}")
440
441 # To add a recipe to the skip list , set: 436 # To add a recipe to the skip list , set:
442 # SKIP_RECIPE[pn] = "message" 437 # SKIP_RECIPE[pn] = "message"
443 pn = d.getVar('PN') 438 pn = d.getVar('PN')