blob: 4a665a49bdef1915c6aa7fb4052461f172c5ccaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 \
"
do_install:append() {
install -d ${D}${sysconfdir}
install -m 644 ${WORKDIR}/kms.conf ${D}${sysconfdir}
}
|