From b890de3ed147f3ff812762be3bec3f80f64f6d70 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Sun, 17 Oct 2021 13:05:03 -0500 Subject: [PATCH] colord-native: Inherit pkgconfig pkgconfig.bbclass is now required for pkg-config to be present Signed-off-by: Joshua Watt Signed-off-by: Khem Raj --- meta-oe/recipes-support/colord/colord-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/colord/colord-native.bb b/meta-oe/recipes-support/colord/colord-native.bb index 65fa0f44b0..64dd94a9ed 100644 --- a/meta-oe/recipes-support/colord/colord-native.bb +++ b/meta-oe/recipes-support/colord/colord-native.bb @@ -2,7 +2,7 @@ require ${BPN}.inc FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-native:" -inherit meson native +inherit meson pkgconfig native DEPENDS += " \ meson-native \