aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-10-17 13:05:03 -0500
committerKhem Raj <raj.khem@gmail.com>2021-10-18 09:55:55 -0700
commite9893b54e3ef67d835c42aee3a003d905f325d4e (patch)
treeea23c4abc8cbe78cb0503f77804e5d36f13e438e
parent77718718cf0eec2c7119d101a353f343e2769b1b (diff)
downloadmeta-openembedded-contrib-e9893b54e3ef67d835c42aee3a003d905f325d4e.tar.gz
colord-native: Inherit pkgconfig
pkgconfig.bbclass is now required for pkg-config to be present Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/colord/colord-native.bb2
1 files changed, 1 insertions, 1 deletions
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 \