summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/kms-conf/kms-conf_1.0.bb
blob: 865024e39645e708958b3b2f563a2d301a2493d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "kms configuration file for the qt eglfs platform"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "file://kms.conf"

S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

do_install:append() {
    install -d ${D}${sysconfdir}
    install -m 644 ${UNPACKDIR}/kms.conf ${D}${sysconfdir}
}