diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-05-30 11:31:25 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-30 09:56:45 -0700 |
commit | 222e65c95a241316cf9898489ccfc25e48a8ac0e (patch) | |
tree | 8b2b5349f417726bd320aa84e03f66ce153e5a1e /meta-oe/recipes-core/libxml | |
parent | d37415eb2a991a87f84648fb00ac3560ff029c32 (diff) | |
download | meta-openembedded-222e65c95a241316cf9898489ccfc25e48a8ac0e.tar.gz |
Revert "libxml++: only include when x11 in DISTRO_FEATURES"
This reverts commit 44ece3daea4028e72473b6316ba3c7c54d833166.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/libxml')
-rw-r--r-- | meta-oe/recipes-core/libxml/libxml++_2.40.1.bb | 2 |
1 files changed, 1 insertions, 1 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 a38315c4d..c001c184c 100644 --- a/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f3 | |||
16 | 16 | ||
17 | DEPENDS = "libxml2 glibmm" | 17 | DEPENDS = "libxml2 glibmm" |
18 | 18 | ||
19 | inherit distro_features_check autotools pkgconfig ptest | 19 | inherit autotools pkgconfig ptest |
20 | 20 | ||
21 | do_compile_ptest() { | 21 | do_compile_ptest() { |
22 | oe_runmake -C examples buildtest | 22 | oe_runmake -C examples buildtest |