summaryrefslogtreecommitdiffstats
path: root/rules/nodejs.in
Commit message (Collapse)AuthorAgeFilesLines
* nodejs: move to stagingMichael Olbrich2019-05-251-1/+6
| | | | | | | It's an old version that need to be updated. Fails to build with gcc >= 7.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: fix sub-optionMichael Olbrich2018-04-141-1/+1
| | | | | | Sub-options must not be tristate. It confuses ptx/ifdef. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: rework module handlingMichael Olbrich2017-01-061-1/+14
| | | | | | | | It's imposible to get deterministic packages with npmbox. So move the archives to local_src/ in the BSP. Add a manual download target to create the archives initialy and md5 sum checking to detect package changes. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: add new packageMichael Grzeschik2015-07-171-0/+30
A host-nodejs is necessary because the target's extra packages are installed on the build host into the target hierarchy via npmbox. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>