blob: 768c66758ffc4a022659b31e153f73e172f3eccb [file] [log] [blame]
DEPENDS:append = " inventory-cleanup"
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}
}