aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nodejs/nodejs_0.4.0.bb
AgeCommit message (Collapse)Author
2011-07-19nodejs: Add patch to compile with GCC 4.3.3chase maupin
* Add a patch to nodejs to allow compiling with GCC versions less than or equal to 4.3.3. * Define the function nodejs_get_gcc_ver to allow applying the patch conditionally based on compiler version. * Patch based on post at https://github.com/joyent/node/issues/883 Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-02-17nodejs: add 0.4.0Eric Bénard
compile tested for armv5, previous node-cross-cc_0.2.6.patch doesn't seems anymore necessary unless I made a mistake, AJ may you please check this point ? Signed-off-by: Eric Bénard <eric@eukrea.com> Cc: AJ ONeal <coolaj86@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Tested-by: AJ ONeal <coolaj86@gmail.com>