[oe-commits] [openembedded-core] 64/116: gstreamer1.0-libav_git: add --ranlib option to LIBAV_EXTRA_CONFIGURE_COMMON_ARG

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:29:50 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4533600f38d354b5d6a64636a3e1f1cbdf7cd7cb
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed Feb 24 18:15:22 2016 -0800

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
index 1957a5a..428d401 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}'"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list