summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-03 10:41:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-07 15:12:00 +0000
commitc960514cc02fc02950c2ad52a1e39ff65a04e83d (patch)
tree92058030ab22c5022e7ac1ced9bba27f5d67f36d /meta/recipes-multimedia
parent369ef217ff8a0a765b80cf0bfaaf30dcd2669b13 (diff)
downloadpoky-c960514cc02fc02950c2ad52a1e39ff65a04e83d.tar.gz
dhcp/ruby/ffpmeg: Use CFLAGS, not TARGET_CFLAGS
There isn't anything specific about the target in these cases an in general recipes should touch CFLAGS. This ensures people don't copy/paste bad example usages. In reality, behaviour is mostly unchanged. (From OE-Core rev: ae6e7dd19b6da81090a38792dfdf31b459290466) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
index ec306afaaa..5ac18ba3f1 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.1.bb
@@ -102,8 +102,8 @@ EXTRA_OECONF = " \
102 --arch=${TARGET_ARCH} \ 102 --arch=${TARGET_ARCH} \
103 --target-os="linux" \ 103 --target-os="linux" \
104 --enable-cross-compile \ 104 --enable-cross-compile \
105 --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ 105 --extra-cflags="${CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
106 --extra-ldflags="${TARGET_LDFLAGS}" \ 106 --extra-ldflags="${LDFLAGS}" \
107 --sysroot="${STAGING_DIR_TARGET}" \ 107 --sysroot="${STAGING_DIR_TARGET}" \
108 ${EXTRA_FFCONF} \ 108 ${EXTRA_FFCONF} \
109 --libdir=${libdir} \ 109 --libdir=${libdir} \