All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libmpdclient: add host-meson dependency
@ 2018-03-08 16:50 Fabrice Fontaine
  2018-03-09 13:28 ` Adam Duskett
  2018-03-09 21:53 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-03-08 16:50 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.net/results/00a/00af3302c4029670a585beb3cb65bd8623cf12da

Add a libmpdclient entry for myself in DEVELOPERS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 DEVELOPERS                           | 1 +
 package/libmpdclient/libmpdclient.mk | 1 +
 2 files changed, 2 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 625fafc686..8e8ed14cd4 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -653,6 +653,7 @@ F:	package/gupnp-tools/
 F:	package/hiredis/
 F:	package/i2pd/
 F:	package/igd2-for-linux/
+F:	package/libmpdclient/
 F:	package/libupnp/
 F:	package/libupnp18/
 F:	package/minissdpd/
diff --git a/package/libmpdclient/libmpdclient.mk b/package/libmpdclient/libmpdclient.mk
index 10281391aa..96e1f783fb 100644
--- a/package/libmpdclient/libmpdclient.mk
+++ b/package/libmpdclient/libmpdclient.mk
@@ -11,6 +11,7 @@ LIBMPDCLIENT_SITE = http://www.musicpd.org/download/libmpdclient/$(LIBMPDCLIENT_
 LIBMPDCLIENT_INSTALL_STAGING = YES
 LIBMPDCLIENT_LICENSE = BSD-3-Clause
 LIBMPDCLIENT_LICENSE_FILES = COPYING
+LIBMPDCLIENT_DEPENDENCIES = host-meson
 
 LIBMPDCLIENT_CONF_OPTS += \
 	--prefix=/usr \
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] libmpdclient: add host-meson dependency
  2018-03-08 16:50 [Buildroot] [PATCH 1/1] libmpdclient: add host-meson dependency Fabrice Fontaine
@ 2018-03-09 13:28 ` Adam Duskett
  2018-03-09 21:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Duskett @ 2018-03-09 13:28 UTC (permalink / raw)
  To: buildroot

All;

On Thu, Mar 8, 2018 at 11:50 AM, Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
> Fixes:
>  - http://autobuild.buildroot.net/results/00a/00af3302c4029670a585beb3cb65bd8623cf12da
>
> Add a libmpdclient entry for myself in DEVELOPERS
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  DEVELOPERS                           | 1 +
>  package/libmpdclient/libmpdclient.mk | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 625fafc686..8e8ed14cd4 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -653,6 +653,7 @@ F:  package/gupnp-tools/
>  F:     package/hiredis/
>  F:     package/i2pd/
>  F:     package/igd2-for-linux/
> +F:     package/libmpdclient/
>  F:     package/libupnp/
>  F:     package/libupnp18/
>  F:     package/minissdpd/
> diff --git a/package/libmpdclient/libmpdclient.mk b/package/libmpdclient/libmpdclient.mk
> index 10281391aa..96e1f783fb 100644
> --- a/package/libmpdclient/libmpdclient.mk
> +++ b/package/libmpdclient/libmpdclient.mk
> @@ -11,6 +11,7 @@ LIBMPDCLIENT_SITE = http://www.musicpd.org/download/libmpdclient/$(LIBMPDCLIENT_
>  LIBMPDCLIENT_INSTALL_STAGING = YES
>  LIBMPDCLIENT_LICENSE = BSD-3-Clause
>  LIBMPDCLIENT_LICENSE_FILES = COPYING
> +LIBMPDCLIENT_DEPENDENCIES = host-meson
>
>  LIBMPDCLIENT_CONF_OPTS += \
>         --prefix=/usr \
> --
> 2.14.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Tested-by: Adam Duskett <aduskett@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] libmpdclient: add host-meson dependency
  2018-03-08 16:50 [Buildroot] [PATCH 1/1] libmpdclient: add host-meson dependency Fabrice Fontaine
  2018-03-09 13:28 ` Adam Duskett
@ 2018-03-09 21:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-09 21:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.net/results/00a/00af3302c4029670a585beb3cb65bd8623cf12da

 > Add a libmpdclient entry for myself in DEVELOPERS

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-09 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 16:50 [Buildroot] [PATCH 1/1] libmpdclient: add host-meson dependency Fabrice Fontaine
2018-03-09 13:28 ` Adam Duskett
2018-03-09 21:53 ` Peter Korsgaard

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.