From: Robert Yang Date: Wed, 7 Jan 2015 14:44:01 +0000 (-0800) Subject: insane.bbclass: fix desktop X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31662 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f7d2c8fd5ee6ad0b7d202906073066f35a268d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: fix desktop The desktop-file-utils-native lacks a space. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 0b45374a282..143ec46c556 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -1112,7 +1112,7 @@ do_configure[postfuncs] += "do_qa_configure " python () { tests = d.getVar('ALL_QA', True).split() if "desktop" in tests: - d.appendVar("PACKAGE_DEPENDS", "desktop-file-utils-native") + d.appendVar("PACKAGE_DEPENDS", " desktop-file-utils-native") ########################################################################### # Check various variables