git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edeb619
)
classes/packages.bbclass: This sounds like a place for past tense. We ran strip...
author
Holger Freyther
<zecke@selfish.org>
Tue, 18 Mar 2008 22:15:02 +0000
(22:15 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Tue, 18 Mar 2008 22:15:02 +0000
(22:15 +0000)
classes/package.bbclass
patch
|
blob
|
history
diff --git
a/classes/package.bbclass
b/classes/package.bbclass
index
6c3d70d
..
3177965
100644
(file)
--- a/
classes/package.bbclass
+++ b/
classes/package.bbclass
@@
-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 r
u
n strip")
+ bb.note("Already r
a
n strip")
return 0
strip = bb.data.getVar("STRIP", d, 1)