]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: fix desktop
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 7 Jan 2015 14:44:01 +0000 (06:44 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Jan 2015 14:52:48 +0000 (14:52 +0000)
The desktop-file-utils-native lacks a space.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 0b45374a282fcbee69d2bcfdcd3d34957716a364..143ec46c5562a37b6d394495609e7118bf56e1e2 100644 (file)
@@ -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