[OE-core] [oe-core][PATCH 1/1] l3afpad: add check for GTK3DISTROFEATURES

Joe Slater jslater at windriver.com
Tue Jun 28 20:53:21 UTC 2016


We want world builds without GTK3DISTROFEATURES to work.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/recipes-sato/l3afpad/l3afpad_git.bb |    2 ++
 1 file changed, 2 insertions(+)

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"
-- 
1.7.9.5




More information about the Openembedded-core mailing list