e0fb640e38e91a6b42b17ab81c1d2aa0b5445688
[AGL/meta-agl.git] / meta-agl-bsp / meta-ti / recipes-arago / gst-plugins-ti / gstreamer1.0-plugins-vpe_git.bb
1 DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices"
2
3 LICENSE = "LGPLv2"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5
6 require gstreamer1.0-plugins-ti.inc
7
8 PR = "${INC_PR}.14"
9 SRCREV = "6ec1a9c9fc17e0cae781aed067a2a6f2c1f92d68"
10
11 SRC_URI = "git://git.ti.com/glsdk/gst-plugin-vpe.git;protocol=git \
12            file://ti-video.conf \
13 "
14
15 do_install_append() {
16     install -d ${D}/etc/modprobe.d
17     install -m 644 ${WORKDIR}/ti-video.conf ${D}/etc/modprobe.d
18 }