From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/upmpdcli: fix missing dependency of libcurl
Date: Sun, 12 Oct 2014 21:37:37 +0200 [thread overview]
Message-ID: <20141012213737.690ba4e1@free-electrons.com> (raw)
In-Reply-To: <1413140110-21289-1-git-send-email-jkrause@posteo.de>
Dear J?rg Krause,
If this is fixing an autobuilder issues, please include the autobuilder
result URL in the commit log.
Thanks,
Thomas
On Sun, 12 Oct 2014 20:55:10 +0200, J?rg Krause wrote:
> Signed-off-by: J?rg Krause <jkrause@posteo.de>
> ---
> package/upmpdcli/Config.in | 1 +
> package/upmpdcli/upmpdcli.mk | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/package/upmpdcli/Config.in b/package/upmpdcli/Config.in
> index dbbc9b5..f28c775 100644
> --- a/package/upmpdcli/Config.in
> +++ b/package/upmpdcli/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_UPMPDCLI
> bool "upmpdcli"
> select BR2_PACKAGE_EXPAT
> + select BR2_PACKAGE_LIBCURL
> select BR2_PACKAGE_LIBUPNP
> select BR2_PACKAGE_LIBMPDCLIENT
> depends on BR2_INSTALL_LIBSTDCPP
> diff --git a/package/upmpdcli/upmpdcli.mk b/package/upmpdcli/upmpdcli.mk
> index 88a5a16..547752a 100644
> --- a/package/upmpdcli/upmpdcli.mk
> +++ b/package/upmpdcli/upmpdcli.mk
> @@ -8,7 +8,7 @@ UPMPDCLI_VERSION = 0.8.3
> UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
> UPMPDCLI_LICENSE = GPLv2+
> UPMPDCLI_LICENSE_FILES = COPYING
> -UPMPDCLI_DEPENDENCIES = expat libupnp libmpdclient
> +UPMPDCLI_DEPENDENCIES = expat libcurl libupnp libmpdclient
>
> # Upmpdcli only runs if user upmpdcli exists
> define UPMPDCLI_USERS
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-10-12 19:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-12 18:55 [Buildroot] [PATCH 1/1] package/upmpdcli: fix missing dependency of libcurl Jörg Krause
2014-10-12 19:37 ` Thomas Petazzoni [this message]
2014-10-13 7:30 ` Jörg Krause
2014-10-14 7:53 ` Peter Korsgaard
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=20141012213737.690ba4e1@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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.