<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/nodejs/Config.in, branch 2016.08</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.08</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.08'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-07-04T21:07:35+00:00</updated>
<entry>
<title>nodejs: remove the menu ... endmenu</title>
<updated>2016-07-04T21:07:35+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-07-04T21:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c2e94b7f08b8c25d305e8bdab5d844655ffdd735'/>
<id>urn:sha1:c2e94b7f08b8c25d305e8bdab5d844655ffdd735</id>
<content type='text'>
The only menu was "Module Selection", even though it contained
options (like "NPM for target") which are not related to selecting
modules. This commit therefore removes the menu ... endmenu.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 6.2.1</title>
<updated>2016-06-03T12:47:51+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-03T10:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dc725e763c87dca541d0e48cd9c37140c62cf65f'/>
<id>urn:sha1:dc725e763c87dca541d0e48cd9c37140c62cf65f</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v6.2.1/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 0.10.45</title>
<updated>2016-05-09T20:54:48+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-05-09T14:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=34d4337f93ca2085f39af5c095a7183c8c60c3dd'/>
<id>urn:sha1:34d4337f93ca2085f39af5c095a7183c8c60c3dd</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v0.10.45/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 6.1.0</title>
<updated>2016-05-09T20:54:19+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-05-09T14:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fbd387c08cde92ca629495d7b5f7265ef0ba5bd6'/>
<id>urn:sha1:fbd387c08cde92ca629495d7b5f7265ef0ba5bd6</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v6.1.0/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 6.0.0</title>
<updated>2016-04-28T18:38:03+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-04-28T15:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=692005ae90c5b483ca9daa38b0723e4b2b002b31'/>
<id>urn:sha1:692005ae90c5b483ca9daa38b0723e4b2b002b31</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v6.0.0/

The patches from 5.11.0 have been copied to 6.0.0 with the following
changes:

 - Removed 0001-Remove-dependency-on-Python-bz2-module.patch,
   0003-Fix-va_list-not-declared.patch and
   0004-Fix-support-for-uClibc-ng.patch as all 3 have been fixed upstream
 - Renamed 0002-gyp-force-link-command-to-use-CXX.patch to
   0001-gyp-force-link-command-to-use-CXX.patch

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 5.11.0</title>
<updated>2016-04-26T19:58:03+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-04-26T10:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fbf9411d0a4a440abd2755b4f61b4e5e9e169cf2'/>
<id>urn:sha1:fbf9411d0a4a440abd2755b4f61b4e5e9e169cf2</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v5.11.0/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 0.10.44</title>
<updated>2016-04-26T19:57:54+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-04-26T10:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=09f2657562829f3d98afa4f6fd1d79ee6c34fc78'/>
<id>urn:sha1:09f2657562829f3d98afa4f6fd1d79ee6c34fc78</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v0.10.44/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 5.10.1</title>
<updated>2016-04-13T20:49:04+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-04-10T01:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6c59e8d1f6fd7d936174c098a3358f165c3336ec'/>
<id>urn:sha1:6c59e8d1f6fd7d936174c098a3358f165c3336ec</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v5.10.1/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 5.9.1</title>
<updated>2016-03-26T22:43:42+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-03-26T20:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c6d16d3b2d5ccbb5629850afd7c598feec792ef9'/>
<id>urn:sha1:c6d16d3b2d5ccbb5629850afd7c598feec792ef9</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v5.9.1/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: bump version to 5.8.0</title>
<updated>2016-03-10T14:39:14+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-03-10T13:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e3ba69f3eb03aaedb8f08fa7c9c6b467a72a1801'/>
<id>urn:sha1:e3ba69f3eb03aaedb8f08fa7c9c6b467a72a1801</id>
<content type='text'>
See https://nodejs.org/en/blog/release/v5.8.0/

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
