openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [oe][meta-oe][PATCH] colord-native: Inherit pkgconfig
@ 2021-10-17 18:05 Joshua Watt
  0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2021-10-17 18:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Joshua Watt

pkgconfig.bbclass is now required for pkg-config to be present

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 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 65fa0f44b..64dd94a9e 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 \
-- 
2.33.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-17 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-17 18:05 [oe][meta-oe][PATCH] colord-native: Inherit pkgconfig Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).