* [PATCH] sstate: fix typo
@ 2012-12-06 19:51 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-12-06 19:51 UTC (permalink / raw)
To: openembedded-core
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
meta/classes/sstate.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 29c1007..d1dbb5a 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -217,7 +217,7 @@ def sstate_installpkg(ss, d):
if not os.path.exists(sstatepkg):
pstaging_fetch(sstatefetch, sstatepkg, d)
if not os.path.exists(sstagepkg + ".siginfo"):
- pstaging_fetch(sstatefetch + ".siginfo", ssstatepkg + ".siginfo", d)
+ pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
if not os.path.isfile(sstatepkg):
bb.note("Staging package %s does not exist" % sstatepkg)
--
1.8.0.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-06 20:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 19:51 [PATCH] sstate: fix typo Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox