[oe-commits] [openembedded-core] 10/10: glib: remove unnecessary dependency to DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Thu Jun 28 08:23:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a39830b77f567e2361f1ced49bfdce52591e220c
Author: Samuli Piippo <samuli.piippo at qt.io>
AuthorDate: Tue Jun 26 10:59:51 2018 +0300

    glib: remove unnecessary dependency to DISTRO_FEATURES
    
    Since DISTRO_FEATURES was expanded in the comments, it created
    task dependency to the full content of DISTRO_FEATURES, instead
    of just the x11 used below. This prevented reuse of sstate-cache
    when unrelated feature flags were changed.
    
    Signed-off-by: Samuli Piippo <samuli.piippo at qt.io>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glib-2.0/glib.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 31b7436..d6d9133 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 () {
 
 do_install_append_class-target () {
 	# Tests are only installed on targets, not native builds.  Separating this out
-	# keeps glib-2.0-native from depending on ${DISTRO_FEATURES}
+	# keeps glib-2.0-native from depending on DISTRO_FEATURES
 	if [ -f ${D}${datadir}/installed-tests/glib/gdbus-serialization.test ]; then
 		if ${@bb.utils.contains("DISTRO_FEATURES", "x11", "false", "true", d)}; then
 			rm ${D}${datadir}/installed-tests/glib/gdbus-serialization.test

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list