blob: 9b5b948faf765be4560e7c747b54ff8b2c0dbe35 [file] [log] [blame]
Matt Spinler1b3a22a2019-03-11 16:35:35 -05001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2PACKAGECONFIG_append = " associations"
3SRC_URI += "file://associations.json"
4
Brad Bishop01051292019-05-22 19:11:38 -04005
6DEPENDS_append_witherspoon = " inventory-cleanup"
7
Matt Spinler1b3a22a2019-03-11 16:35:35 -05008do_install_append() {
9 install -d ${D}${base_datadir}
10 install -m 0755 ${WORKDIR}/associations.json ${D}${base_datadir}/associations.json
11}