]> code.ossystems Code Review - openembedded-core.git/commitdiff
pong-clock: Add missing 'inherit pkgconfig'
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Mon, 6 Feb 2017 10:04:45 +0000 (12:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:48:55 +0000 (14:48 +0000)
The usage of pkg-config is sneakily hidden in do_compile()

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/pong-clock/pong-clock_1.0.bb

index 6c3bcd831c5b444e6ded8f24eb31cb5b4d0e1d0a..cdfe38a2213296e837a99412d90da3322cffd03f 100644 (file)
@@ -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"