commit | 9267362c97ebd474d9db37b4515f3f011f1ea457 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 26 21:30:17 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Feb 01 14:50:23 2018 -0500 |
tree | 9d0ffe3c44974492a58df2fa8b54c94756576cb6 | |
parent | 038b44be9a95f0298243cbdcaa99aeed5fa7db2c [diff] |
Add missing pkgconfig dependencies A number of skeleton recipes were missing pkgconfig dependencies. Exposed by Yocto 2.3 per-recipe sysroots feature. Change-Id: I514a95d08e199b395355341fec586b2af11428b5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 501f54a..60bc876 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 @@ 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 c425027..f42bef4 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 @@ 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 d3d1290..e70c354 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 @@ 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 1842697..a4dba77 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 @@ inherit skeleton-gdbus inherit obmc-phosphor-dbus-service +inherit pkgconfig PROVIDES += "virtual/obmc-host-ctl" RPROVIDES_${PN} += "virtual-obmc-host-ctl"