projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252c1ae
)
sstate: fix typo
author
Saul Wold
<sgw@linux.intel.com>
Thu, 6 Dec 2012 19:48:16 +0000
(19:48 +0000)
committer
Richard Purdie
<richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2012 22:59:10 +0000
(22:59 +0000)
(From OE-Core rev:
17d27fd6e2750e6455f656159da56c3350c4b3cd
)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass
patch
|
blob
|
history
diff --git
a/meta/classes/sstate.bbclass
b/meta/classes/sstate.bbclass
index
d1dbb5a
..
ec2c123
100644
(file)
--- a/
meta/classes/sstate.bbclass
+++ b/
meta/classes/sstate.bbclass
@@
-216,7
+216,7
@@
def sstate_installpkg(ss, d):
if not os.path.exists(sstatepkg):
pstaging_fetch(sstatefetch, sstatepkg, d)
- if not os.path.exists(ssta
g
epkg + ".siginfo"):
+ if not os.path.exists(ssta
t
epkg + ".siginfo"):
pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
if not os.path.isfile(sstatepkg):