blob: d145e89f9140c5c906c56dd7df5dffb482417c5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SRC_URI_remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.xz"
SRC_URI_append = " gitsm://github.com/iotbzh/gst-plugins-bad.git;branch=RCAR-GEN3/1.16.2"
SRCREV = "7a90ae7df4dc8e39e417646ed3ef5c0ef2c30c7f"
DEPENDS += "weston"
S = "${WORKDIR}/git"
do_configure_prepend() {
cd ${S}
./autogen.sh --noconfigure
cd ${B}
}
|