classes/packages.bbclass: This sounds like a place for past tense. We ran strip...
authorHolger Freyther <zecke@selfish.org>
Tue, 18 Mar 2008 22:15:02 +0000 (22:15 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 18 Mar 2008 22:15:02 +0000 (22:15 +0000)
classes/package.bbclass

index 6c3d70d..3177965 100644 (file)
@@ -152,7 +152,7 @@ def runstrip(file, d):
     # If the file is in a .debug directory it was already stripped,
     # don't do it again...
     if os.path.dirname(file).endswith(".debug"):
-        bb.note("Already run strip")
+        bb.note("Already ran strip")
         return 0
 
     strip = bb.data.getVar("STRIP", d, 1)