aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-21 07:16:14 -0700
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:52:16 -0700
commit9ef757b433c4a88f7595a88094e34d0b8afdec68 (patch)
tree9e2feec3d149fa99c6befc1f4b539c02fb9337ae /meta-oe
parentdbdacc9e20bc0e0145d0329408bc83cbfd3ac6ba (diff)
downloadmeta-openembedded-9ef757b433c4a88f7595a88094e34d0b8afdec68.tar.gz
libxml++2: remove X11 distro check
looks like its not needed. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/libxml/libxml++_2.40.1.bb2
1 files changed, 0 insertions, 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 c3d647cd9c..a38315c4d5 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
}