Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3
@ 2014-10-12 10:40 Jörg Krause
  2014-10-12 10:43 ` Peter Korsgaard
  2014-10-12 16:37 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Jörg Krause @ 2014-10-12 10:40 UTC (permalink / raw)
  To: buildroot

Since version 0.8.2 upmpdcli builds with gcc >= 4.5. This allows compilation  
with the CodeSourcery toolchain versions 2011.03 and 2010.09 for the PowerPC 
architecture.

Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
 package/upmpdcli/Config.in   | 2 --
 package/upmpdcli/upmpdcli.mk | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/upmpdcli/Config.in b/package/upmpdcli/Config.in
index e99fddb..dbbc9b5 100644
--- a/package/upmpdcli/Config.in
+++ b/package/upmpdcli/Config.in
@@ -6,8 +6,6 @@ config BR2_PACKAGE_UPMPDCLI
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_LARGEFILE # libupnp
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
-	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 # Too old gcc
-	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 # Ditto
 	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
 	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
 	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
diff --git a/package/upmpdcli/upmpdcli.mk b/package/upmpdcli/upmpdcli.mk
index 0d18dc1..88a5a16 100644
--- a/package/upmpdcli/upmpdcli.mk
+++ b/package/upmpdcli/upmpdcli.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UPMPDCLI_VERSION = 0.8.2
+UPMPDCLI_VERSION = 0.8.3
 UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
 UPMPDCLI_LICENSE = GPLv2+
 UPMPDCLI_LICENSE_FILES = COPYING
-- 
2.1.2

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

* [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3
  2014-10-12 10:40 [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3 Jörg Krause
@ 2014-10-12 10:43 ` Peter Korsgaard
  2014-10-12 16:37 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-10-12 10:43 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <jkrause@posteo.de> writes:

 > Since version 0.8.2 upmpdcli builds with gcc >= 4.5. This allows compilation
 > with the CodeSourcery toolchain versions 2011.03 and 2010.09 for the PowerPC
 > architecture.

 > Signed-off-by: J?rg Krause <jkrause@posteo.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3
  2014-10-12 10:40 [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3 Jörg Krause
  2014-10-12 10:43 ` Peter Korsgaard
@ 2014-10-12 16:37 ` Thomas Petazzoni
  2014-10-12 18:41   ` Jörg Krause
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2014-10-12 16:37 UTC (permalink / raw)
  To: buildroot

Dear J?rg Krause,

On Sun, 12 Oct 2014 12:40:53 +0200, J?rg Krause wrote:
> Since version 0.8.2 upmpdcli builds with gcc >= 4.5. This allows compilation  
> with the CodeSourcery toolchain versions 2011.03 and 2010.09 for the PowerPC 
> architecture.
> 
> Signed-off-by: J?rg Krause <jkrause@posteo.de>

This version fails to build on x86-64:
http://autobuild.buildroot.org/results/7a6/7a67306839642468497b2fed963c27c077fc691d/build-end.log.
Don't know if it's a new problem or not.

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

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

* [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3
  2014-10-12 16:37 ` Thomas Petazzoni
@ 2014-10-12 18:41   ` Jörg Krause
  0 siblings, 0 replies; 4+ messages in thread
From: Jörg Krause @ 2014-10-12 18:41 UTC (permalink / raw)
  To: buildroot

Dear Thomas,

On 10/12/2014 06:37 PM, Thomas Petazzoni wrote:
> Dear J?rg Krause,
>
> On Sun, 12 Oct 2014 12:40:53 +0200, J?rg Krause wrote:
>> Since version 0.8.2 upmpdcli builds with gcc >= 4.5. This allows compilation
>> with the CodeSourcery toolchain versions 2011.03 and 2010.09 for the PowerPC
>> architecture.
>>
>> Signed-off-by: J?rg Krause <jkrause@posteo.de>
> This version fails to build on x86-64:
> http://autobuild.buildroot.org/results/7a6/7a67306839642468497b2fed963c27c077fc691d/build-end.log.
> Don't know if it's a new problem or not.

The new version depends on libcurl now. Somehow I missed this. I will 
fix this...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141012/8ca85a97/attachment.html>

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

end of thread, other threads:[~2014-10-12 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12 10:40 [Buildroot] [PATCH 1/1] package/upmpdcli: bump to version 0.8.3 Jörg Krause
2014-10-12 10:43 ` Peter Korsgaard
2014-10-12 16:37 ` Thomas Petazzoni
2014-10-12 18:41   ` Jörg Krause

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