[oe] [PATCH v2] package.bbclass: copy dotfiles in root D to PKGD

Khem Raj raj.khem at gmail.com
Mon Oct 18 03:16:16 UTC 2010


hmmm I guess I am late in responding anyway I want to request to
revert this patch as it has already been pushed.
When compiling lirc do_package hangs forever the reason is that lirc
has some files in its install tree which are named pipes
and shutils.copy* functions do not consider special functions as I see
in the documentation

http://docs.python.org/dev/library/shutil.html

 and there is this bug report

http://bugs.python.org/issue3002

which clarifies it more which means unfortunately we have to keep
using 'cp' in this case.

is revert ok ?

Thanks

-Khem

On Fri, Oct 8, 2010 at 6:16 PM, Chris Larson <clarson at kergoth.com> wrote:
> On Fri, Oct 8, 2010 at 6:34 AM, Michael Smith <msmith at cbnco.com> wrote:
>
>> Use shutil.copytree() to copy D ("image") to PKGD ("package"). The
>> previous system("cp %s/* ...") missed dotfiles/dirs at the top-level.
>>
>> Signed-off-by: Michael Smith <msmith at cbnco.com>
>>
>
>
> Acked-by: Chris Larson <chris_larson at mentor.com>
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list