[oe] [meta-oe][v2][PATCH] libxml++2: remove X11 distro check

Armin Kuster akuster808 at gmail.com
Wed Mar 21 17:26:08 UTC 2018


looks like its not needed.

V2]
remove distro_features_check

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-core/libxml/libxml++_2.40.1.bb | 4 +---
 1 file changed, 1 insertion(+), 3 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..c001c18 100644
--- a/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb
+++ b/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb
@@ -16,9 +16,7 @@ SRC_URI[sha256sum] = "4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f3
 
 DEPENDS = "libxml2 glibmm"
 
-inherit distro_features_check autotools pkgconfig ptest
-
-REQUIRED_DISTRO_FEATURES = "x11"
+inherit autotools pkgconfig ptest
 
 do_compile_ptest() {
   oe_runmake -C examples buildtest
-- 
2.7.4




More information about the Openembedded-devel mailing list