From 9267362c97ebd474d9db37b4515f3f011f1ea457 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 26 Jan 2018 21:30:17 -0500 Subject: 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 --- meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bios.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/common/recipes-phosphor/flash/obmc-flash-bios.bb') 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 c425027bff..f42bef443e 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" -- cgit v1.2.3