[oe] [meta-oe][PATCH] php: cleanup QA warnings

Martin Jansa martin.jansa at gmail.com
Sun Jan 20 14:53:47 UTC 2013


On Sat, Jan 19, 2013 at 11:20:56AM +0100, Marcin Juszkiewicz wrote:
> W dniu 19.01.2013 11:03, Martin Jansa pisze:
> > I think this /home is still there:
> > php-5.3.19: php: Files/directories were installed but not shipped
> >   /home
> >   /home/jenkins
> >   /home/jenkins/oe
> >   /home/jenkins/oe/shr-core-branches
> >   /home/jenkins/oe/shr-core-branches/shr-core
> 
> It is ${TMPDIR} not /home/ - if you have idea how to find out where it
> is and how to safely remove it...

Ah right. Last time I was touching php I was trying to prevent creating
this directory structure but failed, maybe something ugly like:

TMP=/OE/shr-core/tmp-eglibc/work/armv5te/php-5/OE/shr-core/tmp-eglibc/work;
WORKDIR=/OE/shr-core/tmp-eglibc/work/armv5te/php-5

while test ${TMP} != ${WORKDIR}; do
  rmdir ${TMP}
  TMP=`dirname ${TMP}`;
done

?

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130120/90e11c2a/attachment-0002.sig>


More information about the Openembedded-devel mailing list