Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] valgrind: Fix powerpc64le arch config name
@ 2015-04-13 19:53 Erico Nunes
  2015-04-13 19:53 ` [Buildroot] [PATCH 2/2] qt: " Erico Nunes
  2015-04-13 20:24 ` [Buildroot] [PATCH 1/2] valgrind: " Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Erico Nunes @ 2015-04-13 19:53 UTC (permalink / raw)
  To: buildroot

buildroot references powerpc64 little endian as "powerpc64le" and not
"powerpc64el". The typo in the supported architectures list caused this
package to be unavailable for powerpc64 little endian.

Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
---
 package/valgrind/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
index d9116dd..8da007b 100644
--- a/package/valgrind/Config.in
+++ b/package/valgrind/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_VALGRIND
 	bool "valgrind"
 	depends on BR2_ARM_CPU_ARMV7A || BR2_i386 || \
 		   BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
-		   BR2_powerpc || BR2_powerpc64 || BR2_powerpc64el || \
+		   BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
 		   BR2_x86_64
 	help
 	  Tool for debugging and profiling Linux programs.
-- 
1.9.1

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

* [Buildroot] [PATCH 2/2] qt: Fix powerpc64le arch config name
  2015-04-13 19:53 [Buildroot] [PATCH 1/2] valgrind: Fix powerpc64le arch config name Erico Nunes
@ 2015-04-13 19:53 ` Erico Nunes
  2015-04-13 20:24   ` Thomas Petazzoni
  2015-04-13 20:24 ` [Buildroot] [PATCH 1/2] valgrind: " Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Erico Nunes @ 2015-04-13 19:53 UTC (permalink / raw)
  To: buildroot

buildroot references powerpc64 little endian as "powerpc64le" and not
"powerpc64el". The typo in the supported architectures list caused this
package to be unavailable for powerpc64 little endian.

Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
---
 package/qt/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/qt/Config.in b/package/qt/Config.in
index a40b6b5..43f5a0f 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -412,7 +412,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
 	default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \
 		BR2_microblazebe || BR2_mips || BR2_mipsel || \
 		(BR2_mips64 || BR2_mips64el) && !BR2_MIPS_NABI32 || BR2_powerpc || \
-		BR2_powerpc64 || BR2_powerpc64el || BR2_sh4 || BR2_sh4eb || \
+		BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
 		BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64
 
 config BR2_PACKAGE_QT_WEBKIT
@@ -453,7 +453,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT
 	default y if BR2_arm || BR2_armeb || aarch64 || BR2_i386 || \
 		BR2_microblazeel || BR2_microblazebe || BR2_mips || BR2_mipsel || \
 		BR2_mips64 || BR2_mips64el || BR2_nios2 || BR2_powerpc || \
-		BR2_powerpc64 || BR2_powerpc64el || BR2_sh4 || BR2_sh4eb || \
+		BR2_powerpc64 || BR2_powerpc64le || BR2_sh4 || BR2_sh4eb || \
 		BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64
 
 config BR2_PACKAGE_QT_SCRIPT
-- 
1.9.1

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

* [Buildroot] [PATCH 1/2] valgrind: Fix powerpc64le arch config name
  2015-04-13 19:53 [Buildroot] [PATCH 1/2] valgrind: Fix powerpc64le arch config name Erico Nunes
  2015-04-13 19:53 ` [Buildroot] [PATCH 2/2] qt: " Erico Nunes
@ 2015-04-13 20:24 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-04-13 20:24 UTC (permalink / raw)
  To: buildroot

Dear Erico Nunes,

On Mon, 13 Apr 2015 16:53:24 -0300, Erico Nunes wrote:
> buildroot references powerpc64 little endian as "powerpc64le" and not
> "powerpc64el". The typo in the supported architectures list caused this
> package to be unavailable for powerpc64 little endian.
> 
> Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
> ---
>  package/valgrind/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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 2/2] qt: Fix powerpc64le arch config name
  2015-04-13 19:53 ` [Buildroot] [PATCH 2/2] qt: " Erico Nunes
@ 2015-04-13 20:24   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-04-13 20:24 UTC (permalink / raw)
  To: buildroot

Dear Erico Nunes,

On Mon, 13 Apr 2015 16:53:25 -0300, Erico Nunes wrote:
> buildroot references powerpc64 little endian as "powerpc64le" and not
> "powerpc64el". The typo in the supported architectures list caused this
> package to be unavailable for powerpc64 little endian.
> 
> Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
> ---
>  package/qt/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

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

end of thread, other threads:[~2015-04-13 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13 19:53 [Buildroot] [PATCH 1/2] valgrind: Fix powerpc64le arch config name Erico Nunes
2015-04-13 19:53 ` [Buildroot] [PATCH 2/2] qt: " Erico Nunes
2015-04-13 20:24   ` Thomas Petazzoni
2015-04-13 20:24 ` [Buildroot] [PATCH 1/2] valgrind: " Thomas Petazzoni

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