On 2014-07-15 12:01, Stephano Cetola wrote:
From: Stephano Cetola <[email protected]>The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola <[email protected]> --- meta-oe/recipes-devtools/php/php.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index b1bf79c..000316b 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc @@ -90,6 +90,12 @@ do_install_append_pn-php() { sed -i 's:=/var:=${localstatedir}:g' ${B}/sapi/fpm/init.d.php-fpm install -m 0755 ${B}/sapi/fpm/init.d.php-fpm ${D}${sysconfdir}/init.d/php-fpm TMP=`dirname ${D}/${TMPDIR}` + bbwarn "D" + bbwarn ${D} + bbwarn "TMPDIR" + bbwarn ${TMPDIR} + bbwarn "TMP" + bbwarn ${TMP} while test ${TMP} != ${D}; do rmdir ${TMP} TMP=`dirname ${TMP}`;
The actual patch does not do what the summary claims. Are you sure this is what you wanted to send/commit? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
