Enable IO-uring for dbus-sensors

IO-uring has performnce benefits for dbus-sensors, as can be seen in
https://gerrit.openbmc.org/c/openbmc/dbus-sensors/+/46918.  This
patchset updates the dbus-sensors recipe to add the requied
dependencies.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I39089e937596cf2a08479c8a05c428484482a36a
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 0e4a173..22d9229 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -69,6 +69,7 @@
     boost \
     i2c-tools \
     libgpiod \
+    liburing \
     nlohmann-json \
     phosphor-logging \
     sdbusplus \