10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||
|
|
|
||
|
|
inherit obmc-phosphor-systemd
|
||
|
|
|
||
|
|
HOSTIPMI_PROVIDER_LIBRARY:remove = "libstrgfnhandler.so"
|
||
|
|
|
||
|
|
do_install:append () {
|
||
|
|
rm -rf ${D}${libdir}/ipmid-providers
|
||
|
|
}
|