summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs
Commit message (Collapse)AuthorAgeFilesLines
* nodejs: use oe_runmake to respect PARALLEL_MAKEMartin Jansa2015-11-021-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.7Jonathan Liu2015-07-301-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.6Jonathan Liu2015-07-161-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.5Jonathan Liu2015-07-161-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: fix no-registry optionMartin Jansa2015-07-162-0/+60
| | | | | | | * https://github.com/npm/npm/issues/3691 * https://github.com/npm/npm/issues/5509 Signed-off-by: Martin Jansa <martin.jansa@lge.com>
* nodejs: fix build failure for multilibYi Zhao2015-06-081-6/+3
| | | | | | | | | | | | | | | | bitbake nodejs [snip] sed: can't read /buildarea2/build/tmp/work/core2-64-poky-linux/nodejs/0.12.4-r0/image/usr/lib64/node_modules/npm/bin/npm-cli.js: No such file or directory [snip] The node modules are not binary files. It doesn't make sense to install them to /usr/lib64. Use /usr/lib/node_modules instead of /usr/lib64/node_modules even on multilib. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.4Jonathan Liu2015-05-281-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.3Jonathan Liu2015-05-221-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: fix qemuarm build without thumb and drop unused patchMartin Jansa2015-05-113-61/+25
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs4, liblinebreak: use "Zlib" instead of "zlib" for LICENSEMartin Jansa2015-04-131-1/+1
| | | | | | | | | | * otherwise zlib license text provider isn't found: WARNING: The license listed zlib was not in the licenses collected for liblinebreak WARNING: liblinebreak: No generic license file exists for: zlib in any provider [YOCTO #7584] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.2Jonathan Liu2015-04-131-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: remove curl from RDEPENDSJonathan Liu2015-03-101-3/+0
| | | | | | | curl is only needed to run "make test". Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9, nodejs4: blacklistMartin Jansa2015-03-101-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: Upgrade to 0.12.0Khem Raj2015-03-102-44/+83
| | | | | | | | Tested on mips1 Change-Id: I54211c2c323dbec1d38eb526ae183775ba3241f1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: Inherit pythonnativeAmy Fong2014-06-101-1/+3
| | | | | | | | nodejs should use python from python-native package. On some hosts, the default python is missing bz2 support. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-232-2/+2
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "nodejs: upgrade to 0.10.4"Martin Jansa2013-06-202-5/+65
| | | | This reverts commit 903e7131ba5225b085cd612199e88697f2e9e493.
* nodejs: upgrade to 0.10.4Martin Jansa2013-06-202-65/+5
| | | | | | | * 0001-gcc-has-a-builtin-define-to-denote-hard-abi-when-in-.patch seems to be resolved by https://chromiumcodereview.appspot.com/10713009 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs4: fix build with dashMartin Jansa2013-04-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs 8.8.18: unset RDEPENDS for native buildsKoen Kooi2013-04-151-0/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs4: reinstate installing all the filesKoen Kooi2013-04-151-3/+15
| | | | | | | | | Cloud9 needs the headers to build the o3-xml binary, using 0.8.x headers makes it crash. This installs everything namespaced as 'node4' to avoid collisions. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: remove older 0.6.21Martin Jansa2013-04-112-87/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: add 0.8.18Koen Kooi2013-04-112-0/+101
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: export DESTDIR to fix build with dashMartin Jansa2013-02-051-1/+2
| | | | | | | * when building on machine with /bin/sh -> /bin/dash DESTDIR is empty in install and it's trying to write to /usr/include and fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update 0.6.x to 0.6.21Koen Kooi2013-01-311-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.6.20Koen Kooi2012-08-071-3/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.6.18: fix patch nameKoen Kooi2012-05-181-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.6.18 and fix hardfloat detectionOtavio Salvador2012-05-182-5/+29
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.6.17Koen Kooi2012-05-111-3/+3
| | | | | | The license is unchanged, only some sections were clarified with different wording. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.xKoen Kooi2012-04-082-5/+2
| | | | | | This is done to support running cloud9 using node 0.4.x but all other node apps with 0.6.x Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.6.x: update to 0.6.14Koen Kooi2012-04-081-6/+16
| | | | | | The LICENSE checksum changed due to date changes and clarification on licenses of included "libraries" like the markdown parser Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* node 0.6: update to 0.6.8Koen Kooi2012-01-231-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&"Andrei Gherzan2012-01-161-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs-native: clarify dependencies to match updated oe-core parserKoen Kooi2012-01-061-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: Update to latest 0.4x series release 0.4.12Stefan Schmidt2011-11-162-2/+2
| | | | | | | Rename patch and update checksums accordingly. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: add 0.6.1Koen Kooi2011-11-141-0/+53
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.4.9Koen Kooi2011-11-142-12/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.4.2: make npm and node-waf workKoen Kooi2011-11-091-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: also package wafadminKoen Kooi2011-10-191-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.4.2: import from OE rev e02237d7e46e60fbd9eb4a05a308e6adcf916ebbKoen Kooi2011-08-172-0/+53
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>