* [PATCH 1/3] sstatesig: Remove trailing whitespace
@ 2018-07-06 15:40 Joshua Watt
2018-07-06 15:40 ` [PATCH 2/3] classes/sstate: " Joshua Watt
2018-07-06 15:40 ` [PATCH 3/3] classes/sstate: Remove unused argument Joshua Watt
0 siblings, 2 replies; 3+ messages in thread
From: Joshua Watt @ 2018-07-06 15:40 UTC (permalink / raw)
To: OE-core
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta/lib/oe/sstatesig.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 0aa577d44d2..5dcc2f5cd6d 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -45,7 +45,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache):
# allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes
if isPackageGroup(fn) and isAllArch(fn) and not isNative(depname):
- return False
+ return False
# Exclude well defined machine specific configurations which don't change ABI
if depname in siggen.abisaferecipes and not isImage(fn):
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/3] classes/sstate: Remove trailing whitespace
2018-07-06 15:40 [PATCH 1/3] sstatesig: Remove trailing whitespace Joshua Watt
@ 2018-07-06 15:40 ` Joshua Watt
2018-07-06 15:40 ` [PATCH 3/3] classes/sstate: Remove unused argument Joshua Watt
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Watt @ 2018-07-06 15:40 UTC (permalink / raw)
To: OE-core
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta/classes/sstate.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 1a95f8f2b90..a78d07c41d3 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -407,7 +407,7 @@ python sstate_hardcode_path_unpack () {
bb.note("Replacing fixme paths in sstate package: %s" % (sstate_hardcode_cmd))
subprocess.check_call(sstate_hardcode_cmd, shell=True)
- # Need to remove this or we'd copy it into the target directory and may
+ # Need to remove this or we'd copy it into the target directory and may
# conflict with another writer
os.remove(fixmefn)
}
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 3/3] classes/sstate: Remove unused argument
2018-07-06 15:40 [PATCH 1/3] sstatesig: Remove trailing whitespace Joshua Watt
2018-07-06 15:40 ` [PATCH 2/3] classes/sstate: " Joshua Watt
@ 2018-07-06 15:40 ` Joshua Watt
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Watt @ 2018-07-06 15:40 UTC (permalink / raw)
To: OE-core
Removes an unused argument to pstaging_fetch()
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta/classes/sstate.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index a78d07c41d3..5a0722567a5 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -300,7 +300,7 @@ def sstate_installpkg(ss, d):
sstatepkg = d.getVar('SSTATE_PKG') + '_' + ss['task'] + ".tgz"
if not os.path.exists(sstatepkg):
- pstaging_fetch(sstatefetch, sstatepkg, d)
+ pstaging_fetch(sstatefetch, d)
if not os.path.isfile(sstatepkg):
bb.note("Staging package %s does not exist" % sstatepkg)
@@ -635,7 +635,7 @@ def sstate_package(ss, d):
return
-def pstaging_fetch(sstatefetch, sstatepkg, d):
+def pstaging_fetch(sstatefetch, d):
import bb.fetch2
# Only try and fetch if the user has configured a mirror
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-06 15:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 15:40 [PATCH 1/3] sstatesig: Remove trailing whitespace Joshua Watt
2018-07-06 15:40 ` [PATCH 2/3] classes/sstate: " Joshua Watt
2018-07-06 15:40 ` [PATCH 3/3] classes/sstate: Remove unused argument Joshua Watt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox