commit | 77eed3f305eee6e496163e0359bd82298d89ec80 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 02 09:23:55 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Sep 03 10:58:15 2022 +0000 |
tree | 3c054e6251d37034b29517ad9274ffc145d213bc | |
parent | a94cfafd7cfba5e1923791624b0eeb66a7576926 [diff] |
phosphor-virtual-sensor: remove sdeventplus DEPENDS After I8af7ad87a4fd87df400e810941fe58e412aedb24, PVS no longer uses sdeventplus, so remove the dependency. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I511a59f6455cb9642113fe6478abee7f03e6bcbf
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb index 4e72849..e697855 100644 --- a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
@@ -8,12 +8,13 @@ inherit meson pkgconfig inherit systemd -DEPENDS += "sdbusplus" -DEPENDS += "phosphor-dbus-interfaces" -DEPENDS += "sdeventplus" -DEPENDS += "phosphor-logging" -DEPENDS += "nlohmann-json" -DEPENDS += "exprtk" +DEPENDS:append = "\ + exprtk \ + nlohmann-json \ + phosphor-dbus-interfaces \ + phosphor-logging \ + sdbusplus \ +" SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master" SRCREV = "e667239d5a57ee3599c6378839e7858a545ae275"