<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/libasplib, branch 2017.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-02-14T19:38:46+00:00</updated>
<entry>
<title>libasplib: add url to gcc bug report</title>
<updated>2017-02-14T19:38:46+00:00</updated>
<author>
<name>Waldemar Brodkorb</name>
<email>wbx@openadk.org</email>
</author>
<published>2017-02-14T14:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6e6368044162af4b8f9f50e5a2237a53dc1d7c12'/>
<id>urn:sha1:6e6368044162af4b8f9f50e5a2237a53dc1d7c12</id>
<content type='text'>
Add comment to bug report.

Signed-off-by: Waldemar Brodkorb &lt;wbx@openadk.org&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/libasplib: Fix time.h include</title>
<updated>2017-01-28T10:32:37+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-01-27T15:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=958bd2fad27abe4beab328e4f72a6b4e9d2f775b'/>
<id>urn:sha1:958bd2fad27abe4beab328e4f72a6b4e9d2f775b</id>
<content type='text'>
Fixes
http://autobuild.buildroot.net/results/cc0/cc0b928ee24a526b7c82fd3f391e2be024a14578/

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libasplib: fix build error on m68k</title>
<updated>2017-01-25T03:44:42+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-01-01T12:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=336c2a4db0331fd2bfc8a2798337d9c58d4cbc1c'/>
<id>urn:sha1:336c2a4db0331fd2bfc8a2798337d9c58d4cbc1c</id>
<content type='text'>
Patch written by Waldemar Brodkorb:
http://lists.busybox.net/pipermail/buildroot/2016-November/177726.html

This patch however did not work: "Unfortunately libasplib cmake
infrastructure ignores my CMAKE_CXX_FLAGS."

To make this patch work libasplib needed to be bumped because the cmake
infrastructure was updated back in August 2016 which fixed the problem:
https://github.com/AchimTuran/asplib/commit/6326d1f5e8dad9fd9947b7f4688ddddda91e9e9e

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libasplib: bump version</title>
<updated>2017-01-25T03:44:37+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-01-01T12:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4f1c60326f3b6afdb297403889a1be70d85bc24d'/>
<id>urn:sha1:4f1c60326f3b6afdb297403889a1be70d85bc24d</id>
<content type='text'>
libasplib now contains modules, we enable only those for the moment
which do not need external dependencies. We are not in a hurry to fully
support all features of this package because the upcoming Kodi release
17.x-Krypton will not carry any ADSP add-ons:
https://github.com/xbmc/repo-binary-addons/commit/db3b767309df25daae4f01f01dba85ca7b3464b0

-DASPLIB_MODULES_TO_BUILD=some looks hackish because the default is to
enable all modules:
https://github.com/AchimTuran/asplib/blob/master/CMakeLists.txt#L35

But -DASPLIB_MODULES_TO_BUILD=OFF does not disable the build of all
modules as well because of
https://github.com/AchimTuran/asplib/blob/master/asplib_modules/CMakeLists.txt#L19
so I added "some" as fake value.

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libasplib: bump version and change source location</title>
<updated>2016-02-29T20:52:29+00:00</updated>
<author>
<name>Stanislav Vasic</name>
<email>svlasic@gmail.com</email>
</author>
<published>2016-02-29T10:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bfebfaec098bb92c255e55914292b7db5bcbccd9'/>
<id>urn:sha1:bfebfaec098bb92c255e55914292b7db5bcbccd9</id>
<content type='text'>
Signed-off-by: Stanislav Vlasic &lt;svlasic@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libasplib: new package</title>
<updated>2015-12-28T20:57:15+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2015-12-20T21:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a986e09497d1ddc3c8fecdf8feabc516fd345cfc'/>
<id>urn:sha1:a986e09497d1ddc3c8fecdf8feabc516fd345cfc</id>
<content type='text'>
Needed for upcoming kodi-adsp-biquad-filters package

[Thomas:
  - add dependency on i386 || x86-64 since the &lt;cpuid.h&gt; header is
    needed
  - add hash file.]

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
