[OE-core] [PATCH] python-2.6.6: py_package_preprocess should change Makefile only in PKGD not D

Richard Purdie richard.purdie at linuxfoundation.org
Wed May 25 14:59:02 UTC 2011


On Wed, 2011-05-25 at 14:40 +0200, Martin Jansa wrote:
> * PACKAGEFUNCS ?= "perform_packagecopy \
>                 ${PACKAGE_PREPROCESS_FUNCS} \
>   our py_package_preprocess is called after perform_packagecopy which does copy D to PKGD
>   so we change it to target version in D (image/) before populating sysroot (sysroot-destdir/)
>   while keeping Makefile.sysroot version in PKGD which was created before calling
>   py_package_preprocess, so both package for runtime and sysroot end wrong
> 
> * I haven't seen this problem on faster builder, I guess because do_package and do_populate_sysroot
>   can run in paralell and I was lucky that do_populate_sysroot finished before py_package_preprocess
>   was started, but if you build python step by step -c package first you should see it every time

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list