[oe] [meta-oe][PATCH 3/4] libxml++2: remove X11 distro check

Armin Kuster akuster808 at gmail.com
Wed Mar 21 14:16:14 UTC 2018


looks like its not needed.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-core/libxml/libxml++_2.40.1.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb b/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb
index c3d647c..a38315c 100644
--- a/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb
+++ b/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb
@@ -18,8 +18,6 @@ DEPENDS = "libxml2 glibmm"
 
 inherit distro_features_check autotools pkgconfig ptest
 
-REQUIRED_DISTRO_FEATURES = "x11"
-
 do_compile_ptest() {
   oe_runmake -C examples buildtest
 }
-- 
2.7.4




More information about the Openembedded-devel mailing list