1SUMMARY = "OpenBMC VNC server and ipKVM daemon"
2DESCRIPTION = "obmc-ikvm is a vncserver for JPEG-serving V4L2 devices to allow ipKVM"
3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e"
5DEPENDS = " libvncserver systemd sdbusplus phosphor-logging phosphor-dbus-interfaces"
6SRCREV = "d1711dd504880514394a15b6603e419abca06df6"
7PV = "1.0+git${SRCPV}"
8
9SRC_URI = "git://github.com/openbmc/obmc-ikvm;branch=master;protocol=https"
10
11SYSTEMD_SERVICE:${PN} += "start-ipkvm.service"
12S = "${WORKDIR}/git"
13
14inherit pkgconfig meson systemd
15