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 <[email protected]> wrote: > On Fri, Oct 8, 2010 at 6:34 AM, Michael Smith <[email protected]> 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 <[email protected]> >> > > > Acked-by: Chris Larson <[email protected]> > -- > Christopher Larson > clarson at kergoth dot com > Founder - BitBake, OpenEmbedded, OpenZaurus > Maintainer - Tslib > Senior Software Engineer, Mentor Graphics > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
