blob: 5bae92647a3224e40345fc6423819db0250f7069 [file] [log] [blame]
George Liuda357ce2020-05-26 17:58:01 +08001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://led-group-config.json"
4
George Liud043c032021-04-13 19:08:26 +08005PACKAGECONFIG_append = " use-json"
George Liuda357ce2020-05-26 17:58:01 +08006
7DEPENDS += "phosphor-dbus-interfaces"
8
9do_install_append() {
10 install -d ${D}${datadir}/phosphor-led-manager/
11 install -m 0644 ${WORKDIR}/led-group-config.json ${D}${datadir}/phosphor-led-manager/
12}