Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol
@ 2017-02-16  8:26 Jörg Krause
  2017-02-16 21:37 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Krause @ 2017-02-16  8:26 UTC (permalink / raw)
  To: buildroot

Commit 9244ad854 [1] adds a hidden choice between version 0.19 and 0.20. The
Makefile now uses a wrong symbol introduced by this commit. Fix by:
s/BR2_MPD_VERSION_0_19/BR2_PACKAGE_MPD_VERSION_0_19.

[1] https://git.buildroot.net/buildroot/commit/?id=9244ad854d30e8c942460646ef6f6194ee44942d

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
Note, that this patch is targeted for the master branch.
---
 package/mpd/mpd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index 8869176d2..8e71ae214 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -17,7 +17,7 @@ MPD_LICENSE = GPLv2+
 MPD_LICENSE_FILES = COPYING
 MPD_AUTORECONF = YES
 
-ifeq ($(BR2_MPD_VERSION_0_19),y)
+ifeq ($(BR2_PACKAGE_MPD_VERSION_0_19),y)
 MPD_DEPENDENCIES += libglib2
 endif
 
-- 
2.11.1

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

* [Buildroot] [PATCH] package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol
  2017-02-16  8:26 [Buildroot] [PATCH] package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol Jörg Krause
@ 2017-02-16 21:37 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-02-16 21:37 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 16 Feb 2017 09:26:29 +0100, J?rg Krause wrote:
> Commit 9244ad854 [1] adds a hidden choice between version 0.19 and 0.20. The
> Makefile now uses a wrong symbol introduced by this commit. Fix by:
> s/BR2_MPD_VERSION_0_19/BR2_PACKAGE_MPD_VERSION_0_19.
> 
> [1] https://git.buildroot.net/buildroot/commit/?id=9244ad854d30e8c942460646ef6f6194ee44942d
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
> Note, that this patch is targeted for the master branch.
> ---
>  package/mpd/mpd.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-02-16 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-16  8:26 [Buildroot] [PATCH] package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol Jörg Krause
2017-02-16 21:37 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox