<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/nodejs, 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: remove icu support from 0.10.x</title>
<updated>2016-06-09T08:51:01+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-09T08:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1a08bddc388c0d56ead16d4e827de8c33abdea35'/>
<id>urn:sha1:1a08bddc388c0d56ead16d4e827de8c33abdea35</id>
<content type='text'>
icu support was added to nodejs in commit 7d0702a, however, 0.10.x does
not have support for icu. The 0.10.x configure script will error
if it is passed the --with-intl option.  This commit removes icu support
from 0.10.x.

Fixes:
 http://autobuild.buildroot.net/results/932e4ec24623592255f234a098f7a90ef2ad8063

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: Update npm to use NODEJS_CONF_OPTS</title>
<updated>2016-06-04T12:32:16+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-03T19:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a898d5de17f4b32ee29ff47734ff5717c6b40f03'/>
<id>urn:sha1:a898d5de17f4b32ee29ff47734ff5717c6b40f03</id>
<content type='text'>
Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: Update openssl to use NODEJS_CONF_OPTS</title>
<updated>2016-06-04T12:32:05+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-03T19:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=81bb80c89d8051f412fde2f5964d057612c696c6'/>
<id>urn:sha1:81bb80c89d8051f412fde2f5964d057612c696c6</id>
<content type='text'>
Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: Update icu to use NODEJS_CONF_OPTS</title>
<updated>2016-06-04T12:31:52+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-03T19:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=be0d8ecc2762b3a2547b91cf8471c2a4c28cc942'/>
<id>urn:sha1:be0d8ecc2762b3a2547b91cf8471c2a4c28cc942</id>
<content type='text'>
Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/nodejs: Add NODEJS_CONF_OPTS</title>
<updated>2016-06-04T12:31:44+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-03T19:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=af37338488ddf036a60c4694feac4f62bb3fca34'/>
<id>urn:sha1:af37338488ddf036a60c4694feac4f62bb3fca34</id>
<content type='text'>
Most packages in buildroot pass a FOO_CONF_OPTS variable into the
configure script.  Transition nodejs to follow this convention.

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
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: add icu support</title>
<updated>2016-06-03T12:47:44+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2016-06-03T10:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7d0702a2bd5643d3fc1ca9500f8222aca1baa443'/>
<id>urn:sha1:7d0702a2bd5643d3fc1ca9500f8222aca1baa443</id>
<content type='text'>
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>
</feed>
