diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-07 06:44:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-07 14:52:52 +0000 |
commit | 4935fe64be529db650f1405c2b27ec6f117918d2 (patch) | |
tree | 46a8ec27221497737839aff94e2f4c2f3652ad52 /meta/classes/insane.bbclass | |
parent | cc73622d52b2df7335d6825ff3697347d3324742 (diff) | |
download | poky-4935fe64be529db650f1405c2b27ec6f117918d2.tar.gz |
insane.bbclass: fix desktop
The desktop-file-utils-native lacks a space.
(From OE-Core rev: 95f7d2c8fd5ee6ad0b7d202906073066f35a268d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 0b45374a28..143ec46c55 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -1112,7 +1112,7 @@ do_configure[postfuncs] += "do_qa_configure " | |||
1112 | python () { | 1112 | python () { |
1113 | tests = d.getVar('ALL_QA', True).split() | 1113 | tests = d.getVar('ALL_QA', True).split() |
1114 | if "desktop" in tests: | 1114 | if "desktop" in tests: |
1115 | d.appendVar("PACKAGE_DEPENDS", "desktop-file-utils-native") | 1115 | d.appendVar("PACKAGE_DEPENDS", " desktop-file-utils-native") |
1116 | 1116 | ||
1117 | ########################################################################### | 1117 | ########################################################################### |
1118 | # Check various variables | 1118 | # Check various variables |