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: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

index d1dbb5a..ec2c123 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):