agl-demo: update meta-clang comment
[AGL/meta-agl-demo.git] / recipes-graphics / kms-conf / kms-conf_1.0.bb
1 SUMMARY = "kms configuration file for the qt eglfs platform"
2 LICENSE = "MIT"
3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
5 SRC_URI = " \
6     file://kms.conf \
7 "
8
9 do_install:append() {
10     install -d ${D}${sysconfdir}
11     install -m 644 ${WORKDIR}/kms.conf ${D}${sysconfdir}
12 }