diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-24 18:15:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:03 +0000 |
commit | 3a8ff19e2c085c5e6c5410097dc3f7618aa63af3 (patch) | |
tree | df0411f9ed8523c4f5e65b9ce81cd6300689e946 /meta | |
parent | b8bdb992e91d4fd17fab6dfe8df0fb28c43b7f60 (diff) | |
download | poky-3a8ff19e2c085c5e6c5410097dc3f7618aa63af3.tar.gz |
gstreamer1.0-libav_git: add --ranlib option to LIBAV_EXTRA_CONFIGURE_COMMON_ARG
The versioned gstreamer1.0-libav recipe includes --ranlib in
LIBAV_EXTRA_CONFIGURE_COMMON_ARG, but the git recipe does not.
It appears to be a historical mistake.
(From OE-Core rev: 4b958acb173f250edd6da0c49e486fa62ba91abd)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb index 1957a5a796..428d40123d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | |||
@@ -35,6 +35,7 @@ S = "${WORKDIR}/git" | |||
35 | 35 | ||
36 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ | 36 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ |
37 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ | 37 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ |
38 | --ranlib='${RANLIB}' \ | ||
38 | ${GSTREAMER_1_0_DEBUG} \ | 39 | ${GSTREAMER_1_0_DEBUG} \ |
39 | --cross-prefix='${HOST_PREFIX}'" | 40 | --cross-prefix='${HOST_PREFIX}'" |
40 | 41 | ||