<div><br><div class="gmail_quote"><div dir="auto">On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen <<a href="mailto:craig.mcqueen@innerrange.com">craig.mcqueen@innerrange.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I wrote:<br>
> I'm trying to make a recipe for python3-uvloop, using setuptools3.<br>
><br>
> The Python 3 uvloop module depends on libuv. It bundles a version of libuv,<br>
> and setup.py tries to build it, but it doesn't work well for cross-compilation.<br>
> However, it also provides a build_ext parameter "--use-system-libuv", which<br>
> seems to work when I try running it manually in devshell. (I have made a<br>
> suitable recipe for libuv and added libuv to DEPENDS.)<br>
><br>
> How can I specify the "--use-system-libuv" parameter for build_ext in the<br>
> python3-uvloop recipe? I see a reference to DISTUTILS_BUILD_EXT_ARGS,<br>
> but it doesn't seem to be functional.<br>
<br>
<br>
I see DISTUTILS_BUILD_EXT_ARGS was submitted in this patch:<br>
<a href="https://patchwork.openembedded.org/patch/66071/" rel="noreferrer" target="_blank">https://patchwork.openembedded.org/patch/66071/</a><br>
<br>
However, in the Yocto poky repository, I see commit 0221af0f4ee9e8bfb8796841bdf806e38bc600c6 which appears to be a broken version of the above patch with the separate build_ext step not actually executed with the DISTUTILS_BUILD_EXT_ARGS parameters.</blockquote><div dir="auto"><br></div><div dir="auto">You did not explain broken in which sense ?</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
--<br>
Craig McQueen<br>
<br>
--<br>
_______________________________________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" rel="noreferrer" target="_blank">https://lists.yoctoproject.org/listinfo/yocto</a><br>
</blockquote></div></div>