6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
|
|
do_install:append:intel(){
|
||
|
|
install -d ${D}${includedir}/phosphor-ipmi-host
|
||
|
|
install -m 0644 -D ${S}/sensorhandler.hpp ${D}${includedir}/phosphor-ipmi-host
|
||
|
|
install -m 0644 -D ${S}/selutility.hpp ${D}${includedir}/phosphor-ipmi-host
|
||
|
|
}
|