summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/framebuffer-vncserver/framebuffer-vncserver_git.bb
blob: d7ce066cb2aca92ba1a8af7606da1c3b04db0006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUMMARY = "VNC server for Linux framebuffer devices"
DESCRIPTION = "\
    The goal is to access remote embedded Linux systems without X. Implemented \
    features: remote display, touchscreen, keyboard, rotation. Not implemented: \
    file transfer, ... \
"
HOMEPAGE = "https://github.com/ponty/framebuffer-vncserver"
BUGTRACKER = "https://github.com/ponty/framebuffer-vncserver/issues"
SECTION = "graphics"

LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"

DEPENDS = "libvncserver"

SRC_URI = "\
    git://github.com/ponty/framebuffer-vncserver.git;protocol=https;branch=master \
    file://cmake.patch \
"
SRCREV = "1963e57bebfde420baeecbb2c6848a2382488413"

inherit cmake systemd

do_install:append() {
    install -m 644 -D -t ${D}${systemd_system_unitdir} ${S}/fbvnc.service
}

SYSTEMD_SERVICE:${PN} = "fbvnc.service"