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
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

<<attachment: christian_charreyre.vcf>>

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to