summaryrefslogtreecommitdiffstats
path: root/rules/host-nodejs.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: version bump v0.12.17 -> v6.9.5Michael Olbrich2017-02-101-3/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-nodejs: cleanupMichael Olbrich2015-07-241-7/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nodejs: add new packageMichael Grzeschik2015-07-171-0/+58
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>