summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-07-03 20:32:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-09 05:23:51 +0300
commitd4c8237231141b783b15e0c03e7dce64f73aa906 (patch)
tree67cb84608b444d6e91b386bb3a3115cadd9353ec /meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
parente4c640738d739a3002acba60aca8d350f0f11182 (diff)
downloadopenbmc-d4c8237231141b783b15e0c03e7dce64f73aa906.tar.xz
meta-phosphor: pid-control: inherit autotools directly
Inherit autotools directly as it now supports the flto modifications, gcc-ar and gcc-ranlib automatically. Tested: Verified phosphor-pid-control continued to build within a bitbake environment as before. Verified the configure log for this build also found the gcc-ar, gcc-ranlib tools. (From meta-phosphor rev: eb6d9cb1983dc3cd059cd24c8dfba31645eab550) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I353d667dd98ce339e5b9a5f6e9d54e6899f2077b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 0f957970f..e810030af 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -6,7 +6,7 @@ PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-inherit flto-automake pkgconfig
+inherit autotools pkgconfig
inherit phosphor-pid-control
inherit obmc-phosphor-ipmiprovider-symlink