* [PATCH 0/1] insane.bbclass: fix desktop
@ 2015-01-07 14:44 Robert Yang
2015-01-07 14:44 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2015-01-07 14:44 UTC (permalink / raw)
To: openembedded-core
The following changes since commit dba30c2395792b553b69ce0b44cc75ff2dbdb317:
kernel.bbclass: fix do_unpack function when S ends with slash (2015-01-07 14:30:13 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/desktop
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/desktop
Robert Yang (1):
insane.bbclass: fix desktop
meta/classes/insane.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] insane.bbclass: fix desktop
2015-01-07 14:44 [PATCH 0/1] insane.bbclass: fix desktop Robert Yang
@ 2015-01-07 14:44 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2015-01-07 14:44 UTC (permalink / raw)
To: openembedded-core
The desktop-file-utils-native lacks a space.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/classes/insane.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 0b45374..143ec46 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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-07 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 14:44 [PATCH 0/1] insane.bbclass: fix desktop Robert Yang
2015-01-07 14:44 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox