[gnome-ostree] ostree-build-yocto: Adjust for distro change



commit efe4706521b2e0f0719d364ad1756ea2c8977889
Author: Colin Walters <walters verbum org>
Date:   Mon Jul 15 14:05:32 2013 -0400

    ostree-build-yocto: Adjust for distro change

 src/ostree-build-yocto |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ostree-build-yocto b/src/ostree-build-yocto
index d426332..c03e6e0 100644
--- a/src/ostree-build-yocto
+++ b/src/ostree-build-yocto
@@ -66,7 +66,7 @@ esac
 
 mkdir -p ${builddir}/conf
 localconf=${builddir}/conf/local.conf
-if ! grep -q "DISTRO.*gnomeos" ${localconf}; then
+if ! grep -q "DISTRO.*gnomeostree" ${localconf}; then
     numcpus=$(( $(getconf _NPROCESSORS_ONLN) / 2 + 1 ))
     cat > ${localconf}.tmp <<EOF
 PARALLEL_MAKE = "-j ${numcpus}"
@@ -74,7 +74,7 @@ BB_NUMBER_THREADS = "${numcpus}"
 LAYER_CONF_VERSION = "6"
 CONF_VERSION = "1"
 MACHINE = "${MACHINE}"
-DISTRO = "gnomeosdistro"
+DISTRO = "gnomeostreedistro"
 USER_CLASSES = ""
 PACKAGE_CLASSES = "package_rpm"
 PATCHRESOLVE = "noop"


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