diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 31b74362e3..d6d91335a6 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -117,7 +117,7 @@ do_install_append () { | |||
117 | 117 | ||
118 | do_install_append_class-target () { | 118 | do_install_append_class-target () { |
119 | # Tests are only installed on targets, not native builds. Separating this out | 119 | # Tests are only installed on targets, not native builds. Separating this out |
120 | # keeps glib-2.0-native from depending on ${DISTRO_FEATURES} | 120 | # keeps glib-2.0-native from depending on DISTRO_FEATURES |
121 | if [ -f ${D}${datadir}/installed-tests/glib/gdbus-serialization.test ]; then | 121 | if [ -f ${D}${datadir}/installed-tests/glib/gdbus-serialization.test ]; then |
122 | if ${@bb.utils.contains("DISTRO_FEATURES", "x11", "false", "true", d)}; then | 122 | if ${@bb.utils.contains("DISTRO_FEATURES", "x11", "false", "true", d)}; then |
123 | rm ${D}${datadir}/installed-tests/glib/gdbus-serialization.test | 123 | rm ${D}${datadir}/installed-tests/glib/gdbus-serialization.test |