We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098dc60 commit bb814a4Copy full SHA for bb814a4
meta-oe/recipes-multimedia/v4l2apps/v4l2rtspserver_0.3.8.bb
@@ -0,0 +1,13 @@
1
+SUMMARY = "V4L2rtsp streaming server"
2
+LICENSE = "Unlicense"
3
+LIC_FILES_CHKSUM = "file://UNLICENSE;md5=911690f51af322440237a253d695d19f"
4
+
5
+SRC_URI = "gitsm://github.com/mpromonet/v4l2rtspserver.git;branch=master;protocol=https"
6
+SRCREV = "b12cf350dc573ab0ff9d1b51a21daf3c218b614e"
7
8
+PV .= "+0.3.8+git${SRCPV}"
9
+S = "${WORKDIR}/git"
10
11
+inherit pkgconfig cmake
12
13
+DEPENDS += "live555 log4cpp"
0 commit comments