summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-09-02 17:23:55 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-03 13:58:15 +0300
commit77eed3f305eee6e496163e0359bd82298d89ec80 (patch)
tree3c054e6251d37034b29517ad9274ffc145d213bc
parenta94cfafd7cfba5e1923791624b0eeb66a7576926 (diff)
downloadopenbmc-77eed3f305eee6e496163e0359bd82298d89ec80.tar.xz
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
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb13
1 files changed, 7 insertions, 6 deletions
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 4e72849c6e..e697855704 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 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9e69ba356fa59848ffd865152a3ccc13"
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"