summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sanity.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 325942c3e9..3b01acf56d 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -375,7 +375,6 @@ def check_sanity(sanity_data):
375 if not minversion: 375 if not minversion:
376 # Hack: BB_MIN_VERSION hasn't been parsed yet so return 376 # Hack: BB_MIN_VERSION hasn't been parsed yet so return
377 # and wait for the next call 377 # and wait for the next call
378 print("Foo %s" % minversion)
379 return 378 return
380 379
381 if 0 == os.getuid(): 380 if 0 == os.getuid():