[gnome-ostree] yocto: Set rm_work by default



commit ea081b68ec727e2a75a5506e349eb5a6e3f47231
Author: Colin Walters <walters verbum org>
Date:   Wed Oct 31 18:31:51 2012 -0400

    yocto: Set rm_work by default
    
    We have the binaries stored in OSTree, good enough for history.
    Anyone who doesn't want this can turn it off.

 src/ostbuild/ostree-build-yocto |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ostbuild/ostree-build-yocto b/src/ostbuild/ostree-build-yocto
index a0c84f0..afb86b5 100644
--- a/src/ostbuild/ostree-build-yocto
+++ b/src/ostbuild/ostree-build-yocto
@@ -65,6 +65,7 @@ if ! grep -q "DISTRO.*gnomeosdistro" ${builddir}/conf/local.conf; then
 PARALLEL_MAKE = "-j ${numcpus}"
 BB_NUMBER_THREADS = "${numcpus}"
 DISTRO = "gnomeosdistro"
+INHERIT += "rm_work"
 EOF
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]