Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libpng 1.6.13: fix build for aarch64
@ 2014-09-22 12:12 Koen Kooi
  2014-11-03  9:57 ` Koen Kooi
  2014-12-12  8:42 ` Koen Kooi
  0 siblings, 2 replies; 16+ messages in thread
From: Koen Kooi @ 2014-09-22 12:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

The configure override was too restrictive, it needed both 'arm' and 'neon' to trigger, which breaks on aarch64. Since TUNE_FEATURES is the only qualifier that matters, drop the 'arm' override.

Buildtested for 'genericarmv8' and 'qemux86' machines.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 meta/recipes-multimedia/libpng/libpng_1.6.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.13.bb b/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
index 0c6fd1f..8798a96 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
@@ -19,7 +19,7 @@ BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 inherit autotools binconfig-disabled pkgconfig
 
 # Work around missing symbols
-EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
+EXTRA_OECONF_append = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
 
 PACKAGES =+ "${PN}-tools"
 
-- 
1.9.3



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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 12:12 [PATCH] libpng 1.6.13: fix build for aarch64 Koen Kooi
2014-11-03  9:57 ` Koen Kooi
2014-11-03 10:25   ` Burton, Ross
2014-11-03 11:27     ` Koen Kooi
2014-11-03 11:30       ` Burton, Ross
2014-11-03 12:06         ` Koen Kooi
2014-11-03 12:10           ` Richard Purdie
2014-11-03 15:24             ` Koen Kooi
2014-11-03 16:08               ` Burton, Ross
2014-11-03 17:13                 ` Koen Kooi
2014-11-03 17:33                   ` Burton, Ross
2014-11-03 16:08               ` Richard Purdie
2014-11-03 17:38               ` Mark Hatle
2014-11-03 17:44                 ` Burton, Ross
2014-11-04  2:30                   ` Kang Kai
2014-12-12  8:42 ` Koen Kooi

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