From: Jussi Kukkonen Date: Mon, 6 Feb 2017 10:04:45 +0000 (+0200) Subject: pong-clock: Add missing 'inherit pkgconfig' X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b55186f93163e120c73bacb7400b94c21cfaa675;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pong-clock: Add missing 'inherit pkgconfig' The usage of pkg-config is sneakily hidden in do_compile() Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index 6c3bcd831c5..cdfe38a2213 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb @@ -2,7 +2,7 @@ SUMMARY = "A clock combined with a game of pong" LICENSE = "GPLv2+" DEPENDS = "virtual/libx11 xdmcp xau" -inherit distro_features_check +inherit distro_features_check pkgconfig # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11"