blob: a122a72fc58ad1eca94f07caba75e51f8cd95872 [file] [log] [blame]
George Liuda357ce2020-05-26 17:58:01 +08001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://led-group-config.json"
4
5EXTRA_OECONF = "--enable-use_json"
6
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}