<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/dawgdic, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-04-01T13:26:57+00:00</updated>
<entry>
<title>boot, package: use SPDX short identifier for BSD-3c</title>
<updated>2017-04-01T13:26:57+00:00</updated>
<author>
<name>Rahul Bedarkar</name>
<email>rahulbedarkar89@gmail.com</email>
</author>
<published>2017-03-30T13:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9f59b378a36ae81db2672b417a68c7358b41ccc3'/>
<id>urn:sha1:9f59b378a36ae81db2672b417a68c7358b41ccc3</id>
<content type='text'>
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for BSD-3c is BSD-3-Clause.

This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g'

Signed-off-by: Rahul Bedarkar &lt;rahulbedarkar89@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>dawgdic: add .hash file</title>
<updated>2016-06-15T20:56:19+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2016-06-15T20:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0044cf60e8d93501ff269b7c1f442a5ae54fd3b9'/>
<id>urn:sha1:0044cf60e8d93501ff269b7c1f442a5ae54fd3b9</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.org/results/66b/66b2989c9441f7fab446d2cc60f047fbed954f25/
http://autobuild.buildroot.org/results/fd6/fd69070ad15792d5a2eea62da6bf22cef78d6f30/

Similar to jquery-keyboard, it seems the dawdgic tarball on the autobuilder
is corrupt.  Fix it by adding a .hash file so it falls back to our s.b.o
mirror.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>dawgdic: enable with gcc 4.6</title>
<updated>2015-08-08T15:10:12+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2015-08-08T15:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8069253ad178441521e584b02e84be9b88bc85c4'/>
<id>urn:sha1:8069253ad178441521e584b02e84be9b88bc85c4</id>
<content type='text'>
According to Nicolas Cavallari and confirmed by testing, std::strtoll
is indeed available in gcc 4.6, so the dawgdic package can be enabled
on gcc &gt;= 4.6 instead of gcc &gt;= 4.7.

Reported-by: Nicolas Cavallari &lt;Nicolas.Cavallari@green-communications.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/dawgdic: needs gcc &gt;= 4.7</title>
<updated>2015-08-08T09:57:35+00:00</updated>
<author>
<name>Romain Naour</name>
<email>romain.naour@openwide.fr</email>
</author>
<published>2015-08-08T09:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cf4bdbe74d5d8a45286facd58bfbaf9a3c8af71f'/>
<id>urn:sha1:cf4bdbe74d5d8a45286facd58bfbaf9a3c8af71f</id>
<content type='text'>
std::strtoll is only supported since C++11.

Fixes:
http://autobuild.buildroot.net/results/cae/cae3cda9be779ea8359f94d13bbbca97e68495ca/

Signed-off-by: Romain Naour &lt;romain.naour@openwide.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>dawgdic: new package</title>
<updated>2015-08-04T09:15:37+00:00</updated>
<author>
<name>Jonathan Ben Avraham</name>
<email>yba@tkos.co.il</email>
</author>
<published>2015-08-03T09:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c123b581268c6b55c03d7bc283adc027908a293c'/>
<id>urn:sha1:c123b581268c6b55c03d7bc283adc027908a293c</id>
<content type='text'>
The dawgdic package provides object files and utilities for building
and accessing directed acyclical word graph (DAWG) dictionaries.

This version of the patch uses the updated GitHub dawgdic repo instead
of the Google Code repo used in the previous version of this patch.

[Thomas:
  - use the github macro for &lt;pkg&gt;_SITE
  - remove &lt;pkg&gt;_SITE_METHOD, useless once you use the github macro
    for &lt;pkg&gt;_SITE
  - fix the license, it is BSD-3c and not GPLv3
  - remove commented &lt;pkg&gt;_SITE in the .mk file
  - add missing dependency on C++.]

Signed-off-by: Jonathan Ben Avraham &lt;yba@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
