blob: 5e3aff476d986eb3d9c59f4895d14329a34f771f [file] [log] [blame]
Matt Spinler8baeb192019-03-11 16:35:35 -05001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2PACKAGECONFIG_append = " associations"
3SRC_URI += "file://associations.json"
4
5do_install_append() {
6 install -d ${D}${base_datadir}
7 install -m 0755 ${WORKDIR}/associations.json ${D}${base_datadir}/associations.json
8}