public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ffmpeg: Pas CC and CXX to configure
@ 2016-08-12  3:31 Khem Raj
  2016-08-12  3:31 ` [PATCH 2/2] libtasn1: Backport compiler warning fixes Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2016-08-12  3:31 UTC (permalink / raw)
  To: openembedded-core

This helps in compiling it with with toolchain coming from
a sstate server where its built using a different build time
sysroot.

Secondly, also helps compiling with non-gcc ( clang ) compiler

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb
index b8acb61..8c4fed5 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb
@@ -76,6 +76,8 @@ EXTRA_OECONF = " \
     --cross-prefix=${TARGET_PREFIX} \
     \
     --ld="${CCLD}" \
+    --cc="${CC}" \
+    --cxx="${CXX}" \
     --arch=${TARGET_ARCH} \
     --target-os="linux" \
     --enable-cross-compile \
-- 
2.9.2



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

end of thread, other threads:[~2016-08-12  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12  3:31 [PATCH 1/2] ffmpeg: Pas CC and CXX to configure Khem Raj
2016-08-12  3:31 ` [PATCH 2/2] libtasn1: Backport compiler warning fixes Khem Raj

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