[OE-core] [PATCH] sanity.bbclass: add xz to SANITY_REQUIRED_UTILITIES

2013-09-09 Thread Jeff Polk
xz is commonly available and is now used by some recipes It's reasonable to expect it to be present so error immediately if it's not. Signed-off-by: Jeff Polk --- meta/classes/sanity.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/sanity

[OE-core] [PATCH] sstate: add -f to mv when moving sstate files into place

2013-04-01 Thread Jeff Polk
Under some conditions (ACLs enabled, NFS) mv can interactively prompt before overwriting files. Avoid hanging builds in that case by using -f which should be harmless in other cases. Signed-off-by: Jeff Polk --- meta/classes/sstate.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion