summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2019-08-07 04:08:11 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-08 18:52:56 +0300
commit20973e08f10c1cd1830ba9f522b45eecfa757690 (patch)
tree83b83a050d8adeb4d1bb9bb4305bb829e76c7c38 /meta-openpower/recipes-phosphor
parent89b0134e4743dbd51cc024147cc8a4bec54ab593 (diff)
downloadopenbmc-20973e08f10c1cd1830ba9f522b45eecfa757690.tar.xz
op-proc-control: Depend on pdbg for libpdbg
Subsequent patches will link against libpdbg. (From meta-openpower rev: 06513d650714e3d85fb35c53d5b3361096b1a012) Change-Id: I09d98752af5ffc62f9f6b89aeb8e171bd5ac56d6 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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"