summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-phosphor')
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 592633bcf..05d6d90df 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -19,6 +19,15 @@ DEPENDS += " \
phosphor-dbus-interfaces \
openpower-dbus-interfaces \
"
+
+# For libpdbg, provided by the pdbg package
+DEPENDS += "pdbg"
+
+# For now, explicitly depend on the pdbg package for the pdbg binary at runtime
+# (as documentation). This will be removed shortly when we only depend on
+# libpdbg; the pdbg package will automatically injected into RDEPENDS by
+# bitbake as it is in DEPENDS and openpower-proc-nmi has a runtime link
+# dependency on libpdbg.
RDEPENDS_${PN} += "pdbg"
TEMPLATE = "pcie-poweroff@.service"