blob: 8c0b92230568867437b3e852bda0e5e2836508cc [file] [log] [blame]
Joel Stanleye8f268e2018-04-23 10:50:44 +09301HOMEPAGE = "https://github.com/jk-ozlabs/uart-render-controller"
Patrick Williams15587222022-04-20 21:41:15 -05002LICENSE = "GPL-2.0-or-later"
Ed Tanous9936f862022-09-19 09:13:20 -07003LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
4DEPENDS += "autoconf-archive-native"
5DEPENDS += "systemd"
6SRCREV = "08e854a6c425011d029e4e02241afee5060f15eb"
7PV = "0.1+git${SRCPV}"
8PR = "r1"
Joel Stanleye8f268e2018-04-23 10:50:44 +09309
Patrick Williamsbccaff32023-04-14 11:24:47 -050010SRC_URI = "git://github.com/jk-ozlabs/uart-render-controller;branch=master;protocol=https"
Joel Stanleye8f268e2018-04-23 10:50:44 +093011SRC_URI += "file://uart-render-controller.service"
12
Ed Tanous9936f862022-09-19 09:13:20 -070013S = "${WORKDIR}/git"
14SYSTEMD_SERVICE:${PN} += "uart-render-controller.service"
Joel Stanleye8f268e2018-04-23 10:50:44 +093015
16inherit autotools
17inherit pkgconfig
18inherit systemd
19
Patrick Williams12fc9392021-08-06 09:16:53 -050020do_install:append() {
Joel Stanleye8f268e2018-04-23 10:50:44 +093021 install -d ${D}${systemd_system_unitdir}
22 install -m 0644 ${WORKDIR}/uart-render-controller.service ${D}${systemd_system_unitdir}/
23}
Ed Tanous9936f862022-09-19 09:13:20 -070024
25RDEPENDS:${PN} += "fbterm"