[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4543/8267] pong-clock: Add missing 'inherit pkgconfig'



commit 3154eedbfec2f1a744860287a856b260d64cf6c9
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Mon Feb 6 12:04:45 2017 +0200

    pong-clock: Add missing 'inherit pkgconfig'
    
    The usage of pkg-config is sneakily hidden in do_compile()
    
    (From OE-Core rev: b55186f93163e120c73bacb7400b94c21cfaa675)
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 6c3bcd8..cdfe38a 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]