mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
gstreamer1.0-libav: specify proper cross-prefix
This avoids a compile failure locating ranlib by providing the correct cross-prefix for build. (From OE-Core rev: 90c89e46377c3b9a04ee3616cd82ad6001aa6896) Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
acfb2982e8
commit
7f7d3b7298
@@ -18,7 +18,8 @@ SRC_URI[sha256sum] = "fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab9
|
||||
LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
|
||||
--cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
|
||||
--ranlib='${RANLIB}' \
|
||||
${GSTREAMER_1_0_DEBUG}"
|
||||
${GSTREAMER_1_0_DEBUG} \
|
||||
--cross-prefix='${HOST_PREFIX}'"
|
||||
|
||||
S = "${WORKDIR}/gst-libav-${PV}"
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ SRCREV = "127202d6f65584891dabf92be031f0d170b0e7f1"
|
||||
|
||||
LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
|
||||
--cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
|
||||
${GSTREAMER_1_0_DEBUG}"
|
||||
${GSTREAMER_1_0_DEBUG} \
|
||||
--cross-prefix='${HOST_PREFIX}'"
|
||||
|
||||
do_configure() {
|
||||
./autogen.sh --noconfigure
|
||||
|
||||
Reference in New Issue
Block a user