Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] flac: explicitly disable checking for nasm
@ 2014-07-17  7:58 Ming Liu
  2014-07-17  7:58 ` [PATCH 2/3] gmp: use PACKAGECONFIG to address readline dependency Ming Liu
  2014-07-17  7:58 ` [PATCH 3/3] gettext: fix implicit build result Ming Liu
  0 siblings, 2 replies; 5+ messages in thread
From: Ming Liu @ 2014-07-17  7:58 UTC (permalink / raw)
  To: openembedded-core

Automatical checking for nasm program will lead flac to a implicit build
result depending on nasm is built before or after it.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
 meta/recipes-multimedia/flac/flac_1.3.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/flac/flac_1.3.0.bb b/meta/recipes-multimedia/flac/flac_1.3.0.bb
index ab37cbe..fdf38e9 100644
--- a/meta/recipes-multimedia/flac/flac_1.3.0.bb
+++ b/meta/recipes-multimedia/flac/flac_1.3.0.bb
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--disable-oggtest \
                 --with-ogg-includes=${STAGING_INCDIR} \
                 --disable-xmms-plugin \
                 --without-libiconv-prefix \
+                ac_cv_prog_NASM="" \
                 "
 
 EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "altivec", " --enable-altivec", " --disable-altivec", d)}"
-- 
1.8.4.1



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

end of thread, other threads:[~2014-07-17  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17  7:58 [PATCH 1/3] flac: explicitly disable checking for nasm Ming Liu
2014-07-17  7:58 ` [PATCH 2/3] gmp: use PACKAGECONFIG to address readline dependency Ming Liu
2014-07-17  7:58 ` [PATCH 3/3] gettext: fix implicit build result Ming Liu
2014-07-17  9:21   ` Burton, Ross
2014-07-17  9:38     ` Ming Liu

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