[oe] [PATCH 1/2] mypaint: new recipe for version 0.9.1

Christian Charreyre christian.charreyre at cioinfoindus.fr
Fri Apr 29 14:51:36 UTC 2011


Dear Paul,

Le 28/04/2011 21:30, Paul Menzel a écrit :
> Dear Christian,
>
>
> Am Donnerstag, den 28.04.2011, 10:41 +0200 schrieb Christian Charreyre:

[...]

> I hope there will be a lot more. ;-)
>

Hope so also.

[...]
>>>> +SRC_URI = "http://download.gna.org/mypaint/${PN}-${PV}.tar.bz2 \
>>>> +    file://scons-adapt.patch \
>>>> +"
>>>> +
>>>> +inherit distutils scons
>>>> +
>>>> +do_compile() {
>>>> +    STAGING_INCDIR=${STAGING_INCDIR} \
>>>> +    STAGING_LIBDIR=${STAGING_LIBDIR} \
>>>> +    BUILD_SYS=${BUILD_SYS} \
>>>> +    HOST_SYS=${HOST_SYS} \
>>>> +    PATH=${PATH} scons_do_compile
>>>> +}
>>> I do not know Scons, but it looks strange that the above is needed and
>>> not done automatically.
>> Same reply as above, there are few recipes with scons, I've found this
>> tip in one recipe and applied it here to get the build completed.
> I understand. Did you try with the default `do_compile`? If it does not
> work leave it so it works.

Yes, with the default do_compile the compilation tells that these 
variables are undefined and abort.
scons uses python, and the variables are not available in the python's 
env. unless I redefines them here.

[...]

> Thank you for your response. I hope we will get your next patch
> iteration included.
>

I'll try to correct everything and post it again in v2.

> Thanks,
>
> Paul
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: christian_charreyre.vcf
Type: text/x-vcard
Size: 277 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110429/440adb92/attachment-0002.vcf>


More information about the Openembedded-devel mailing list