Skip to content

Commit 2696e9a

Browse files
author
ponty
committed
add bitbake recipe
1 parent b285c1a commit 2696e9a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

yocto/framebuffer-vncserver_git.bb

+14
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)