[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1178/8267] l3afpad: add check for GTK3DISTROFEATURES



commit e4224fb50dbc68f22dc044c6c185e3fe25060046
Author: Joe Slater <jslater windriver com>
Date:   Tue Jun 28 13:53:21 2016 -0700

    l3afpad: add check for GTK3DISTROFEATURES
    
    We want world builds without GTK3DISTROFEATURES to work.
    
    (From OE-Core rev: 0b2945588f7b539836369895dc7d3d2629abb431)
    
    Signed-off-by: Joe Slater <jslater windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-sato/l3afpad/l3afpad_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb
index 1e7c82f..ccfda26 100644
--- a/meta/recipes-sato/l3afpad/l3afpad_git.bb
+++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb
@@ -19,5 +19,7 @@ S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig distro_features_check
 
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+
 EXTRA_OECONF = "--disable-emacs --disable-print"
 FILES_${PN} += "${datadir}/icons"


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