From 5ac38d6e90077a9510fa572ba9be31a1eba3f767 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Wed, 20 Mar 2019 13:57:53 -0700 Subject: utils.[ch]pp and types.hpp have moved to libipmid No need to copy them to the sysroot for building, they are already there (but under new names ipmid/utils.hpp and ipmid/types.hpp) (From meta-intel rev: 2556749a806af47f2090027c2f0fee8a716b30ca) Change-Id: I046b8452d15457aa37e0963b9d1138a55aa7aebd Signed-off-by: Vernon Mauery Signed-off-by: Brad Bishop --- .../meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-intel') diff --git a/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend index 6ad9a434c..e5f63fbda 100644 --- a/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend +++ b/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend @@ -1,7 +1,5 @@ do_install_append(){ install -d ${D}${includedir}/phosphor-ipmi-host - install -m 0644 -D ${S}/utils.hpp ${D}${includedir}/phosphor-ipmi-host - install -m 0644 -D ${S}/types.hpp ${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 } -- cgit v1.2.1