From 20973e08f10c1cd1830ba9f522b45eecfa757690 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Wed, 7 Aug 2019 10:38:11 +0930 Subject: 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 Signed-off-by: Brad Bishop --- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb') 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" -- cgit v1.2.3