mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
sanity.bbclass: Drop dubious print
(From OE-Core rev: be4cd4614a2a702130d18e9d082fd83a15faa013) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -375,7 +375,6 @@ def check_sanity(sanity_data):
|
||||
if not minversion:
|
||||
# Hack: BB_MIN_VERSION hasn't been parsed yet so return
|
||||
# and wait for the next call
|
||||
print("Foo %s" % minversion)
|
||||
return
|
||||
|
||||
if 0 == os.getuid():
|
||||
|
||||
Reference in New Issue
Block a user