diff options
author | Vernon Mauery <vernon.mauery@linux.intel.com> | 2019-03-20 13:57:53 -0700 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-03-27 12:28:51 -0400 |
commit | 5ac38d6e90077a9510fa572ba9be31a1eba3f767 (patch) | |
tree | 6e56e4505f6429cc908d32feb51ee007f5b1faac /meta-intel/meta-common/recipes-phosphor | |
parent | 7b3a3dbed67982cf5ad6e5d8d61066d6d99f1332 (diff) | |
download | talos-openbmc-5ac38d6e90077a9510fa572ba9be31a1eba3f767.tar.gz talos-openbmc-5ac38d6e90077a9510fa572ba9be31a1eba3f767.zip |
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 <vernon.mauery@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-intel/meta-common/recipes-phosphor')
-rw-r--r-- | meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |