aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg/ffmpeg_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-02-25 07:39:17 +0000
committerSteffen Sledz <sledz@dresearch.de>2011-02-26 11:51:09 +0100
commit8cf8b6a0a4399e2172923e343ab841b128c71f41 (patch)
tree29d73f3c15adc9f45bb2e27c8c86bfa8e518351b /recipes/ffmpeg/ffmpeg_git.bb
parent1b8df91c9059683f0629a566bcca9b1e6b0fa626 (diff)
downloadopenembedded-8cf8b6a0a4399e2172923e343ab841b128c71f41.tar.gz
ffmpeg: pass --sysroot to configure script directly
ffmpeg's custom configure script fails some checks for specific headers, even though we pass --sysroot through CFLAGS. Use configure's specific --sysroot option to fix that. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/ffmpeg/ffmpeg_git.bb')
-rw-r--r--recipes/ffmpeg/ffmpeg_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb
index 27e88ea7b2..24c81ea24e 100644
--- a/recipes/ffmpeg/ffmpeg_git.bb
+++ b/recipes/ffmpeg/ffmpeg_git.bb
@@ -6,7 +6,7 @@ DEPENDS += "virtual/libsdl schroedinger libgsm libvpx"
SRCREV = "a4f5af13fb00d7f55946470bb0f52e1dbf5f3c6a"
PV = "0.6.1+${PR}+gitr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
@@ -47,6 +47,7 @@ EXTRA_OECONF = " \
--enable-cross-compile \
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
--extra-ldflags="${TARGET_LDFLAGS}" \
+ --sysroot="${STAGING_DIR_TARGET}" \
--enable-hardcoded-tables \
${EXTRA_FFCONF} \
"