summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/settings
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-05-06 01:01:23 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-05-12 18:52:12 +0300
commit6aa2b124ea85284e67996e85fca8cfb5ef24d190 (patch)
treebb75dcec181b1102520a0d2c3ded3fdf5bfff361 /meta-phosphor/recipes-phosphor/settings
parentcb3bd90ac6c9c97c9ef87287b82caa53cbbd8209 (diff)
downloadopenbmc-6aa2b124ea85284e67996e85fca8cfb5ef24d190.tar.xz
phosphor-settings-manager: add sdbus++ dependency
Change I767ff842c37b183f925d7add87e96bb850092810 will now use the sdbus++ python library in order to form property names. Add this as a dependency in the recipe. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icc5806827dc826a51552cfcd54ea0c49da07f654
Diffstat (limited to 'meta-phosphor/recipes-phosphor/settings')
-rw-r--r--meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb
index 5fcaa5902d..a0773a3a9d 100644
--- a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb
@@ -15,6 +15,7 @@ DBUS_SERVICE_${PN} = "xyz.openbmc_project.Settings.service"
DEPENDS += "${PYTHON_PN}-pyyaml-native"
DEPENDS += "${PYTHON_PN}-mako-native"
+DEPENDS += "${PYTHON_PN}-sdbus++-native"
DEPENDS += "autoconf-archive-native"
DEPENDS += "virtual/phosphor-settings-defaults"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'obmc-mrw', 'phosphor-settings-read-settings-mrw-native', '', d)}"