blob: f1fce78f8441d2e367a670cc2ca287c7048f3808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUMMARY = "AGL cluster demo dashboard configuration file"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI += "file://AGL.conf.cluster"
inherit allarch
do_install() {
install -D -m 0644 ${WORKDIR}/AGL.conf.cluster ${D}${sysconfdir}/xdg/AGL.conf
}
|