diff options
4 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/obmc-control-fan.bb b/meta-phosphor/common/recipes-phosphor/fans/obmc-control-fan.bb index 501f54abc..60bc87616 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/obmc-control-fan.bb +++ b/meta-phosphor/common/recipes-phosphor/fans/obmc-control-fan.bb @@ -4,6 +4,7 @@ PR = "r1" inherit skeleton-sdbus inherit obmc-phosphor-dbus-service +inherit pkgconfig RDEPENDS_${PN} += "libsystemd" SKELETON_DIR = "fanctl" diff --git a/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bios.bb b/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bios.bb index c425027bf..f42bef443 100644 --- a/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bios.bb +++ b/meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bios.bb @@ -6,6 +6,7 @@ PR = "r1" inherit skeleton-gdbus inherit obmc-phosphor-dbus-service +inherit pkgconfig SKELETON_DIR = "flashbios" DBUS_SERVICE_${PN} += "org.openbmc.control.Flash.service" diff --git a/meta-phosphor/common/recipes-phosphor/flash/obmc-op-flasher.bb b/meta-phosphor/common/recipes-phosphor/flash/obmc-op-flasher.bb index d3d129048..e70c35474 100644 --- a/meta-phosphor/common/recipes-phosphor/flash/obmc-op-flasher.bb +++ b/meta-phosphor/common/recipes-phosphor/flash/obmc-op-flasher.bb @@ -3,6 +3,7 @@ DESCRIPTION = "A BMC/BIOS flashing utility for use on OpenPOWER system." PR = "r1" inherit skeleton-gdbus +inherit pkgconfig DEPENDS += "pflash" RDEPENDS_${PN} += "pflash" diff --git a/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb b/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb index 1842697e3..a4dba77f0 100644 --- a/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb +++ b/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb @@ -4,6 +4,7 @@ PR = "r1" inherit skeleton-gdbus inherit obmc-phosphor-dbus-service +inherit pkgconfig PROVIDES += "virtual/obmc-host-ctl" RPROVIDES_${PN} += "virtual-obmc-host-ctl" |