blob: 6f8a60ec6ade7b78319afe2a21b3345d7f3d8a97 [file] [log] [blame]
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PACKAGECONFIG_append = " associations"
SRC_URI_append = " file://associations.json"
do_install_append() {
install -d ${D}${base_datadir}
install -m 0755 ${WORKDIR}/associations.json ${D}${base_datadir}/associations.json
}