Samuel Stirtzel
d4d74610f2
mime.bbclass: Fix bracket error.
This fixes the following error:
ERROR: Error executing a python function in ...:
AttributeError: 'str' object has no attribute 'append'
ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR: File "populate_packages", line 193, in <module>
ERROR:
ERROR: File "populate_packages", line 189, in populate_packages
ERROR:
ERROR: The code that was being executed was:
ERROR: 0189: rdepends.append("shared-mime-info-data")
ERROR: 0190: d.setVar('RDEPENDS_' + pkg, " " + " ".join(rdepends))
ERROR: 0191:
ERROR: 0192:
ERROR: *** 0193:populate_packages(d)
ERROR: 0194:
ERROR: (file: 'populate_packages', lineno: 193, function: <module>)
ERROR: 0185: postrm += d.getVar('mime_postrm', True)
ERROR: 0186: d.setVar('pkg_postrm_%s' % pkg, postrm)
ERROR: 0187: bb.note("adding shared-mime-info-data dependency to %s" % pkg)
ERROR: 0188: rdepends = explode_deps(d.getVar('RDEPENDS_' + pkg, False) or d.getVar('RDEPENDS', False)) or ""
ERROR: *** 0189: rdepends.append("shared-mime-info-data")
ERROR: 0190: d.setVar('RDEPENDS_' + pkg, " " + " ".join(rdepends))
ERROR: 0191:
ERROR: 0192:
ERROR: 0193:populate_packages(d)
(From OE-Core rev: 043abe4e88abb6754909b93129ea162a577aa828)
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08 11:55:37 -08:00
..
2011-11-07 14:05:41 +00:00
2010-04-27 17:11:28 +01:00
2012-03-05 10:22:56 -08:00
2012-03-05 13:04:11 -08:00
2011-06-01 18:34:36 +01:00
2012-02-23 23:59:39 +00:00
2012-02-28 17:51:51 +00:00
2011-11-10 11:51:19 +00:00
2012-02-21 17:59:37 +00:00
2012-03-05 10:23:53 -08:00
2012-02-03 16:33:21 +00:00
2011-09-15 11:23:59 +01:00
2012-03-05 10:22:56 -08:00
2012-02-08 00:50:29 +00:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2011-09-07 22:54:16 +01:00
2012-02-26 10:56:44 +00:00
2012-02-10 14:38:40 +00:00
2011-09-22 22:23:37 +01:00
2012-03-05 10:22:56 -08:00
2010-10-05 22:26:33 +01:00
2011-08-10 13:33:07 +01:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:22:56 -08:00
2011-01-20 21:37:00 +00:00
2012-03-05 10:22:56 -08:00
2012-02-10 14:38:41 +00:00
2011-11-30 22:18:08 +00:00
2012-03-01 15:56:50 +00:00
2012-03-05 10:22:56 -08:00
2011-12-15 14:36:23 +00:00
2011-11-10 11:37:11 +00:00
2011-11-10 11:37:11 +00:00
2012-02-08 00:50:22 +00:00
2008-05-15 14:11:13 +00:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2012-02-29 18:25:03 +00:00
2012-03-08 11:55:34 -08:00
2011-07-27 12:02:46 +01:00
2012-03-01 15:51:38 +00:00
2012-01-05 22:26:25 +00:00
2011-11-10 11:51:18 +00:00
2012-03-05 10:23:53 -08:00
2012-03-01 15:51:40 +00:00
2012-03-05 10:22:56 -08:00
2010-07-15 12:48:25 +01:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2009-11-13 12:15:42 +00:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:22:56 -08:00
2011-06-28 13:55:42 +01:00
2012-03-05 10:22:56 -08:00
2012-02-02 16:55:31 +00:00
2012-03-05 10:22:56 -08:00
2011-07-01 23:34:18 +01:00
2011-04-28 10:45:41 +01:00
2007-09-01 22:17:06 +00:00
2012-03-05 10:22:56 -08:00
2012-03-08 11:55:37 -08:00
2012-02-08 00:50:30 +00:00
2010-08-10 14:47:41 +01:00
2011-08-05 17:16:03 +01:00
2011-10-20 17:13:41 +01:00
2012-01-05 12:36:29 +00:00
2011-07-27 15:45:47 +01:00
2012-02-28 12:27:51 +00:00
2012-01-05 12:36:28 +00:00
2011-12-16 16:05:36 +00:00
2006-11-20 15:19:39 +00:00
2011-03-15 01:19:26 +00:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:22:56 -08:00
2012-02-24 00:39:09 +00:00
2012-02-03 17:22:12 +00:00
2011-08-17 15:14:54 +01:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:22:56 -08:00
2012-02-01 15:15:14 +00:00
2012-03-05 10:22:56 -08:00
2012-01-04 14:14:10 +00:00
2011-11-10 18:05:57 +00:00
2011-12-06 22:47:02 +00:00
2012-01-11 10:37:43 +00:00
2012-01-11 10:37:43 +00:00
2012-01-11 10:37:43 +00:00
2011-10-31 22:03:22 +00:00
2012-03-05 10:22:56 -08:00
2011-01-20 21:37:01 +00:00
2012-01-04 14:14:10 +00:00
2012-03-05 10:22:56 -08:00
2012-01-06 12:11:32 +00:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:23:53 -08:00
2011-05-27 00:48:12 +01:00
2012-01-03 12:14:26 +00:00
2012-02-24 00:45:44 +00:00
2012-01-11 10:36:22 +00:00
2012-03-05 10:23:53 -08:00
2011-05-04 00:54:37 +01:00
2012-02-21 17:00:46 +00:00
2011-01-20 21:37:00 +00:00
2012-01-04 14:14:10 +00:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2011-10-20 17:13:36 +01:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:23:53 -08:00
2012-02-26 12:52:12 +00:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:22:56 -08:00
2011-09-09 18:39:26 +01:00
2010-12-31 09:51:18 +00:00
2012-03-05 10:22:36 -08:00
2011-05-20 17:34:22 +01:00
2012-03-05 10:22:56 -08:00
2012-03-05 10:22:56 -08:00
2012-03-08 11:55:37 -08:00
2012-03-05 10:23:53 -08:00
2012-03-05 10:22:56 -08:00