We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b285c1a commit 2696e9aCopy full SHA for 2696e9a
yocto/framebuffer-vncserver_git.bb
@@ -0,0 +1,14 @@
1
+DESCRIPTION = "VNC server running on top of framebuffer"
2
+HOMEPAGE = "https://github.com/ponty/framebuffer-vncserver"
3
+LICENSE = "GPLv2"
4
+DEPENDS = "libvncserver"
5
+RDEPENDS_${PN} = "libvncserver"
6
+SRC_URI = "git://github.com/ponty/framebuffer-vncserver.git"
7
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
8
+PR = "r1"
9
+PR_append = "+gitr${SRCPV}"
10
+S = "${WORKDIR}/git"
11
+inherit cmake
12
+
13
+SRCREV = "d3450b1a5ba7ebd7c3b6bcf5affda0975441cee2"
14
0 commit comments