diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-21 07:16:14 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:52:16 -0700 |
commit | 9ef757b433c4a88f7595a88094e34d0b8afdec68 (patch) | |
tree | 9e2feec3d149fa99c6befc1f4b539c02fb9337ae | |
parent | dbdacc9e20bc0e0145d0329408bc83cbfd3ac6ba (diff) | |
download | meta-openembedded-9ef757b433c4a88f7595a88094e34d0b8afdec68.tar.gz |
libxml++2: remove X11 distro check
looks like its not needed.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/libxml/libxml++_2.40.1.bb | 2 |
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 c3d647cd9..a38315c4d 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" | |||
18 | 18 | ||
19 | inherit distro_features_check autotools pkgconfig ptest | 19 | inherit distro_features_check autotools pkgconfig ptest |
20 | 20 | ||
21 | REQUIRED_DISTRO_FEATURES = "x11" | ||
22 | |||
23 | do_compile_ptest() { | 21 | do_compile_ptest() { |
24 | oe_runmake -C examples buildtest | 22 | oe_runmake -C examples buildtest |
25 | } | 23 | } |