diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l2rtspserver_0.3.8.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l2rtspserver_0.3.8.bb new file mode 100644 index 00000000000..1a15a0cd0b9 --- /dev/null +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l2rtspserver_0.3.8.bb @@ -0,0 +1,12 @@ +SUMMARY = "V4L2rtsp streaming server" +LICENSE = "Unlicense" +LIC_FILES_CHKSUM = "file://UNLICENSE;md5=911690f51af322440237a253d695d19f" + +SRC_URI = "gitsm://github.com/mpromonet/v4l2rtspserver.git;branch=master;protocol=https" +SRCREV = "b12cf350dc573ab0ff9d1b51a21daf3c218b614e" + +S = "${WORKDIR}/git" + +inherit pkgconfig cmake + +DEPENDS += "live555 log4cpp"