blob: 6efde485fdcb5d5fc52516c1b0621857f6396e01 [file] [log] [blame]
SUMMARY = "Copy Witherspoon inventory cleanup yaml for inventory manager"
PR = "r1"
inherit native
inherit obmc-phosphor-license
inherit phosphor-inventory-manager
SRC_URI += "file://inventory-cleanup.yaml"
S = "${WORKDIR}"
do_install() {
install -d ${D}${base_datadir}/events.d/
install ${S}/inventory-cleanup.yaml ${D}${base_datadir}/events.d/inventory-cleanup.yaml
}