[Buildroot] transmission 1.74 fails to build

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 17 00:35:12 UTC 2010


Hello Marek,

Thanks for working on this package!

On Fri, 16 Apr 2010 18:37:21 +0200
Belisko Marek <marek.belisko at gmail.com> wrote:

> --- /dev/null
> +++ b/package/transmission/Config.in
> @@ -0,0 +1,23 @@
> +config BR2_PACKAGE_TRANSMISSION
> +	bool "transmission"
> +	select BR2_PACKAGE_ZLIB
> +	select BR2_PACKAGE_OPENSSL
> +	select BR2_PACKAGE_LIBCURL
> +	select BR2_PACKAGE_LIBEVENT
> +	default n

default n is not needed, this is the default.

> diff --git a/package/transmission/settings.json.template
> b/package/transmission/settings.json.template

What is this ? Why isn't it part of the Transmission package itself ?

> diff --git a/package/transmission/transmission-init
> b/package/transmission/transmission-init

It should probably be named Sxxtransmission, just like all the other
init scripts.

> diff --git a/package/transmission/transmission.mk
> b/package/transmission/transmission.mk

Since transmission is using the autotools as its build system, you must
use the autotools infrastructure for the .mk file. See
http://buildroot.org/downloads/buildroot.html#autotools-tutorial for
details.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list