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:32:38 +0000 |
commit | 4b958acb173f250edd6da0c49e486fa62ba91abd (patch) | |
tree | 6dbcdae6e6b81f34b46e4d5cd25014057461c9c2 /meta/recipes-multimedia/gstreamer | |
parent | aad50cb3848c92bc73ba96d6e69c74d377a23c08 (diff) | |
download | openembedded-core-4b958acb173f250edd6da0c49e486fa62ba91abd.tar.gz openembedded-core-4b958acb173f250edd6da0c49e486fa62ba91abd.tar.bz2 openembedded-core-4b958acb173f250edd6da0c49e486fa62ba91abd.zip |
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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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" LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ + --ranlib='${RANLIB}' \ ${GSTREAMER_1_0_DEBUG} \ --cross-prefix='${HOST_PREFIX}'" |