SRC_URI_remove = "http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" SRC_URI_append = " git://github.com/renesas-rcar/gst-plugins-good.git;branch=RCAR-GEN3/1.14.4" SRCREV = "11b76b496300a62c984f3dff5f4dfd772b16b9c0" DEPENDS += "mmngrbuf-user-module" S = "${WORKDIR}/git" EXTRA_OECONF_append = " \ --enable-cont-frame-capture \ --enable-ignore-fps-of-video-standard \ " # submodule is extracted before do_populate_lic addtask do_init_submodule after do_unpack before do_patch do_init_submodule() { export http_proxy=${http_proxy} export https_proxy=${https_proxy} export HTTP_PROXY=${HTTP_PROXY} export HTTPS_PROXY=${HTTPS_PROXY} cd ${S} git submodule init git submodule update } do_configure_prepend() { cd ${S} ./autogen.sh --noconfigure cd ${B} }