diff options
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r-- | meta/classes/autotools.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 826762d402..abbc782549 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -122,6 +122,7 @@ autotools_preconfigure() { | |||
122 | 122 | ||
123 | autotools_postconfigure(){ | 123 | autotools_postconfigure(){ |
124 | if [ -n "${CONFIGURESTAMPFILE}" ]; then | 124 | if [ -n "${CONFIGURESTAMPFILE}" ]; then |
125 | mkdir -p `dirname ${CONFIGURESTAMPFILE}` | ||
125 | echo ${BB_TASKHASH} > ${CONFIGURESTAMPFILE} | 126 | echo ${BB_TASKHASH} > ${CONFIGURESTAMPFILE} |
126 | fi | 127 | fi |
127 | } | 128 | } |