blob: 8c15e4d8f5bb44a81b17222bda96956150bdc1eb [file] [log] [blame]
FILESEXTRAPATHS:prepend:gbs := "${THISDIR}/${PN}:"
PACKAGECONFIG:append:gbs = " associations"
SRC_URI:append:gbs = " file://associations.json"
DEPENDS:append:gbs = " gbs-inventory-cleanup"
do_install:append:gbs() {
install -d ${D}${base_datadir}
install -m 0755 ${WORKDIR}/associations.json ${D}${base_datadir}/associations.json
}