[oe-commits] Saul Wold : sstate: fix typo

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 23:01:26 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 17d27fd6e2750e6455f656159da56c3350c4b3cd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=17d27fd6e2750e6455f656159da56c3350c4b3cd

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Dec  6 19:48:16 2012 +0000

sstate: fix typo

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/sstate.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d1dbb5a..ec2c123 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -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):





More information about the Openembedded-commits mailing list