]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: fix typo
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2012 16:09:12 +0000 (16:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2012 16:09:12 +0000 (16:09 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index 29c10072fed1ed6823f575812318a1ee9a6de221..d1dbb5a1f4da3bbc0ee72f78e6b162a037edbd86 100644 (file)
@@ -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)