]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: fix typo
authorSaul Wold <sgw@linux.intel.com>
Thu, 6 Dec 2012 19:48:16 +0000 (19:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2012 22:59:05 +0000 (22:59 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index d1dbb5a1f4da3bbc0ee72f78e6b162a037edbd86..ec2c123b68bc7090f30cb572019fcf772bc99e96 100644 (file)
@@ -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(sstagepkg + ".siginfo"):
+    if not os.path.exists(sstatepkg + ".siginfo"):
         pstaging_fetch(sstatefetch + ".siginfo", sstatepkg + ".siginfo", d)
 
     if not os.path.isfile(sstatepkg):