All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency
@ 2019-12-30 21:09 Fabrice Fontaine
  2019-12-30 21:09 ` [Buildroot] [PATCH 2/2] package/sdl_mixer: add hash for license file Fabrice Fontaine
  2019-12-31  8:28 ` [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2019-12-30 21:09 UTC (permalink / raw)
  To: buildroot

host-pkgconf is needed to find libmodplug

Fixes:
 - http://autobuild.buildroot.org/results/83f378d9d01424678006434bb1e4a49cf4131fdf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sdl_mixer/sdl_mixer.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
index 0423817316..ab6f7ef014 100644
--- a/package/sdl_mixer/sdl_mixer.mk
+++ b/package/sdl_mixer/sdl_mixer.mk
@@ -37,7 +37,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBMODPLUG),y)
 SDL_MIXER_CONF_OPTS += --enable-music-mod-modplug
-SDL_MIXER_DEPENDENCIES += libmodplug
+SDL_MIXER_DEPENDENCIES += host-pkgconf libmodplug
 else
 SDL_MIXER_CONF_OPTS += --disable-music-mod-modplug
 endif
-- 
2.24.0

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

* [Buildroot] [PATCH 2/2] package/sdl_mixer: add hash for license file
  2019-12-30 21:09 [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency Fabrice Fontaine
@ 2019-12-30 21:09 ` Fabrice Fontaine
  2019-12-31  8:31   ` Yann E. MORIN
  2019-12-31  8:28 ` [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2019-12-30 21:09 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sdl_mixer/sdl_mixer.hash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sdl_mixer/sdl_mixer.hash b/package/sdl_mixer/sdl_mixer.hash
index cfe8b07cb0..5d7e7836cd 100644
--- a/package/sdl_mixer/sdl_mixer.hash
+++ b/package/sdl_mixer/sdl_mixer.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256	1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a	SDL_mixer-1.2.12.tar.gz
+sha256	bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e	COPYING
-- 
2.24.0

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

* [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency
  2019-12-30 21:09 [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency Fabrice Fontaine
  2019-12-30 21:09 ` [Buildroot] [PATCH 2/2] package/sdl_mixer: add hash for license file Fabrice Fontaine
@ 2019-12-31  8:28 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2019-12-31  8:28 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2019-12-30 22:09 +0100, Fabrice Fontaine spake thusly:
> host-pkgconf is needed to find libmodplug
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/83f378d9d01424678006434bb1e4a49cf4131fdf
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sdl_mixer/sdl_mixer.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
> index 0423817316..ab6f7ef014 100644
> --- a/package/sdl_mixer/sdl_mixer.mk
> +++ b/package/sdl_mixer/sdl_mixer.mk
> @@ -37,7 +37,7 @@ endif
>  
>  ifeq ($(BR2_PACKAGE_LIBMODPLUG),y)
>  SDL_MIXER_CONF_OPTS += --enable-music-mod-modplug
> -SDL_MIXER_DEPENDENCIES += libmodplug
> +SDL_MIXER_DEPENDENCIES += host-pkgconf libmodplug
>  else
>  SDL_MIXER_CONF_OPTS += --disable-music-mod-modplug
>  endif
> -- 
> 2.24.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 2/2] package/sdl_mixer: add hash for license file
  2019-12-30 21:09 ` [Buildroot] [PATCH 2/2] package/sdl_mixer: add hash for license file Fabrice Fontaine
@ 2019-12-31  8:31   ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2019-12-31  8:31 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2019-12-30 22:09 +0100, Fabrice Fontaine spake thusly:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sdl_mixer/sdl_mixer.hash | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/sdl_mixer/sdl_mixer.hash b/package/sdl_mixer/sdl_mixer.hash
> index cfe8b07cb0..5d7e7836cd 100644
> --- a/package/sdl_mixer/sdl_mixer.hash
> +++ b/package/sdl_mixer/sdl_mixer.hash
> @@ -1,2 +1,3 @@
>  # Locally calculated
>  sha256	1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a	SDL_mixer-1.2.12.tar.gz
> +sha256	bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e	COPYING
> -- 
> 2.24.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2019-12-31  8:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30 21:09 [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency Fabrice Fontaine
2019-12-30 21:09 ` [Buildroot] [PATCH 2/2] package/sdl_mixer: add hash for license file Fabrice Fontaine
2019-12-31  8:31   ` Yann E. MORIN
2019-12-31  8:28 ` [Buildroot] [PATCH 1/2] package/sdl_mixer: add host-pkgconf dependency Yann E. MORIN

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.