diff options
author | Patrick Venture <venture@google.com> | 2017-12-22 14:36:07 -0800 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-01-04 04:35:14 +0000 |
commit | cb675694104561c098f388c1fa9d6e94a3469718 (patch) | |
tree | 427d038256cf23973d10135b7f9d55373f04c87c /meta-phosphor/common/recipes-phosphor/ipmi | |
parent | e00046eddbfbd8cb78648077a0a75a05b82c7bf1 (diff) | |
download | talos-openbmc-cb675694104561c098f388c1fa9d6e94a3469718.tar.gz talos-openbmc-cb675694104561c098f388c1fa9d6e94a3469718.zip |
Reorder dependencies alphabetically
Change-Id: I0bd57e51c8e8c8d5f3de0bd9562a1789f21dfe34
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/ipmi')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb index ca856da99..bd9cdd25b 100644 --- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb +++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb @@ -5,32 +5,34 @@ PR = "r1" RRECOMMENDS_${PN} += "packagegroup-obmc-ipmid-providers-libs" inherit autotools pkgconfig +inherit obmc-phosphor-ipmiprovider-symlink inherit obmc-phosphor-license inherit obmc-phosphor-sdbus-service -inherit obmc-phosphor-ipmiprovider-symlink +inherit obmc-phosphor-systemd inherit phosphor-ipmi-host inherit pythonnative -inherit obmc-phosphor-systemd -DEPENDS += "phosphor-logging" -DEPENDS += "phosphor-mapper" DEPENDS += "autoconf-archive-native" +DEPENDS += "obmc-targets" DEPENDS += "packagegroup-obmc-ipmid-providers" -DEPENDS += "virtual/phosphor-ipmi-sensor-inventory" -DEPENDS += "sdbusplus" DEPENDS += "phosphor-dbus-interfaces" -DEPENDS += "obmc-targets" +DEPENDS += "phosphor-logging" +DEPENDS += "phosphor-mapper" +DEPENDS += "sdbusplus" +DEPENDS += "sdbus++-native" DEPENDS += "virtual/phosphor-ipmi-inventory-sel" DEPENDS += "virtual/phosphor-ipmi-fru-merge-config" -DEPENDS += "sdbus++-native" +DEPENDS += "virtual/phosphor-ipmi-sensor-inventory" RDEPENDS_${PN}-dev += "phosphor-logging" RDEPENDS_${PN}-dev += "phosphor-mapper-dev" RDEPENDS_${PN} += "clear-once" -RDEPENDS_${PN} += "network" RDEPENDS_${PN} += "libmapper" +RDEPENDS_${PN} += "network" +RDEPENDS_${PN} += "phosphor-dbus-interfaces" +RDEPENDS_${PN} += "phosphor-mapper" RDEPENDS_${PN} += "phosphor-time-manager" -RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces" +RDEPENDS_${PN} += "sdbusplus" RDEPENDS_${PN} += "virtual/obmc-watchdog" SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service phosphor-ipmi-host.service" @@ -60,14 +62,12 @@ HOSTIPMI_PROVIDER_LIBRARY += "libsysintfcmds.so" NETIPMI_PROVIDER_LIBRARY += "libapphandler.so" -FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" +FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}" FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" # Soft Power Off -RDEPENDS_${PN} += "phosphor-mapper" - # install the soft power off service in the host shutdown target SOFT_SVC = "xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service" SOFT_TGTFMT = "obmc-host-shutdown@{0}.target" |