From: Hadrien Boutteville <hadrien.boutteville@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libsoxr: new package
Date: Sat, 19 Apr 2014 12:49:30 +0200 [thread overview]
Message-ID: <535254BA.9060004@gmail.com> (raw)
In-Reply-To: <20140419095242.4f405cdd@skate>
Hello Thomas,
On Sat, 19 Apr 2014 09:52:42 +0200, Thomas Petazzoni wrote:
> Really no toolchain dependencies? Can you test this package with the
> following toolchain configurations:
>
> http://autobuild.buildroot.org/toolchains/configs/free-electrons/bfin-linux-uclibc.config
> -> this one tests !MMU
>
> http://autobuild.buildroot.org/toolchains/configs/free-electrons/bfin-uclinux.config
> -> this one tests !MMU and static library only
>
> http://autobuild.buildroot.org/toolchains/configs/free-electrons/br-arm-full-nothread.config
> -> this one tests the absence of thread support
>
> http://autobuild.buildroot.org/toolchains/configs/free-electrons/br-arm-basic.config
> -> and this one tests a minimal toolchain
>
I packaged it with minimal toolchain configuration and checked for these
cases, it built fine. I rebuilt with your configurations and it is
always good.
At first glance the threads references in the code depend on OpenMP, and
I disabled it.
I don't have time today to test the execution with static library and no
thread, I just tested with a standard ARM configuration.
>> diff --git a/package/libsoxr/libsoxr.mk b/package/libsoxr/libsoxr.mk
>> new file mode 100644
>> index 0000000..c0fb72b
>> --- /dev/null
>> +++ b/package/libsoxr/libsoxr.mk
>> @@ -0,0 +1,24 @@
>> +################################################################################
>> +#
>> +# libsoxr
>> +#
>> +################################################################################
>> +
>> +LIBSOXR_VERSION = 0.1.1
>> +LIBSOXR_SITE = git://git.code.sf.net/p/soxr/code
>
> The project apparently provides a tarball. Could you use the tarball
> instead of the Git repository?
OK. Is it better to always use the tarball if available?
>> +LIBSOXR_LICENSE = LGPLv2.1
>
> According to the LICENSE file, the license is LGPLv2.1+
Corrected, thanks !
Regards,
Hadrien
next prev parent reply other threads:[~2014-04-19 10:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-19 0:32 [Buildroot] [PATCH 1/1] libsoxr: new package Hadrien Boutteville
2014-04-19 7:02 ` Thomas De Schampheleire
2014-04-19 7:52 ` Thomas Petazzoni
2014-04-19 10:49 ` Hadrien Boutteville [this message]
2014-04-19 12:06 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=535254BA.9060004@gmail.com \
--to=hadrien.boutteville@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.