summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend
blob: 8c15e4d8f5bb44a81b17222bda96956150bdc1eb (plain)
1
2
3
4
5
6
7
8
9
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
}