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:
cd0edb6
)
siteinfo.bbclass: Remove spurious print.
author
Khem Raj
<raj.khem@gmail.com>
Tue, 6 Oct 2009 23:39:11 +0000
(16:39 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Tue, 6 Oct 2009 23:39:11 +0000
(16:39 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/siteinfo.bbclass
patch
|
blob
|
history
diff --git
a/classes/siteinfo.bbclass
b/classes/siteinfo.bbclass
index
a634125
..
c3e155b
100644
(file)
--- a/
classes/siteinfo.bbclass
+++ b/
classes/siteinfo.bbclass
@@
-75,7
+75,6
@@
def get_siteinfo_list(d):
info = targetinfo[target].split()
info.append(target)
info.append("common")
- print info
return info
else:
bb.error("Information not available for target '%s'" % target)