summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend
blob: 38825835da0da2fd8dede4949225f5110fb5eaf9 (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
}