From d3154aa9f8b111066a4e2f5287f8d49075ed6253 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 6 Dec 2012 19:48:16 +0000 Subject: sstate: fix typo (From OE-Core rev: 17d27fd6e2750e6455f656159da56c3350c4b3cd) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/sstate.bbclass') diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index d1dbb5a1f4..ec2c123b68 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): -- cgit v1.2.3-54-g00ecf