diff mbox

[core,2/3] fix use of PREBAKED packages

Message ID 1390471322-24372-3-git-send-email-jabk@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Jacob Kjaergaard Jan. 23, 2014, 10:02 a.m. UTC
From: Jacob Kjaergaard <jacob.kjaergaard@prevas.dk>

use nohash on PARALLEL_MAKE variable and HOOKTMPDIR which was used
to generate signature in all recipes.
---
 conf/oe-lite.conf  |    1 +
 conf/oelayout.conf |    1 +
 2 files changed, 2 insertions(+)

Comments

Esben Haabendal Feb. 5, 2014, 4:37 p.m. UTC | #1
Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/conf/oe-lite.conf b/conf/oe-lite.conf
index 942564e..b1e23b2 100644
--- a/conf/oe-lite.conf
+++ b/conf/oe-lite.conf
@@ -40,6 +40,7 @@  OE_DEFAULT_TASK[nohash] = "1"
 DEFAULT_RELAX[nohash] = "1"
 PREBAKE_PATH[nohash] = "1"
 
+PARALLEL_MAKE[nohash] = True
 export PATH
 
 export LD_LIBRARY_PATH
diff --git a/conf/oelayout.conf b/conf/oelayout.conf
index 7d8ab45..535cb6f 100644
--- a/conf/oelayout.conf
+++ b/conf/oelayout.conf
@@ -25,6 +25,7 @@  INGREDIENTS[nohash] = True
 SIGNATURE_FILE	 = "${FILE}.sig"
 
 HOOKTMPDIR	 = "${TMPDIR}/hook"
+HOOKTMPDIR[nohash] = True
 STAMPDIR	 = "${TMPDIR}/stamp/${RECIPE_TYPE}/${RECIPE_ARCH}${EXTRA_ARCH}/${P}"
 STAMPDIR[nohash] = True
 WORKDIR		 = "${TMPDIR}/work/${RECIPE_TYPE}/${RECIPE_ARCH}${EXTRA_ARCH}/${P}"