[OE-core] [PATCH] sstate: fix typo

Saul Wold sgw at linux.intel.com
Thu Dec 6 19:51:17 UTC 2012


From: Richard Purdie <richard.purdie at linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie at 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





More information about the Openembedded-core mailing list