All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sstate.bbclass: Remove unused/uneeded variable
@ 2012-12-14 15:39 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-12-14 15:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 29f6b1c..d3daf1c 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1,8 +1,7 @@
 SSTATE_VERSION = "3"
 
 SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
-SSTATE_MANFILEBASE = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-"
-SSTATE_MANFILEPREFIX = "${SSTATE_MANFILEBASE}${PN}"
+SSTATE_MANFILEPREFIX = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}"
 
 def generate_sstatefn(spec, hash, d):
     if not hash:





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-14 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 15:39 [PATCH] sstate.bbclass: Remove unused/uneeded variable Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.