]> code.ossystems Code Review - openembedded-core.git/commit
classes/[gnome|gnomebase|mime]: enhance gnome related classes
authorJoshua Lock <josh@linux.intel.com>
Wed, 2 Nov 2011 00:11:04 +0000 (17:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Nov 2011 14:58:14 +0000 (14:58 +0000)
commit6ead00eba265211eae5a2423c155403c8c6d54d0
tree17e8b83b928aafeb5250c2588fd6fee815b75d5b
parent07ee2d7e6b2f571fe405464838e376cf03e5e8e6
classes/[gnome|gnomebase|mime]: enhance gnome related classes

This patch pulls in the gnome related classes from oe-core which
adds extra packaging rules and functionality whilst modularising things
so that one can get a subset of gnome functionality without adding a lot
of extra dependencies.

These aren't an exact copy of the classes from meta-openembedded, notable
differences are:
* gnome.bbclass - I dropped the BBCLASSEXTEND
* mime.bbclass:
  - updated coding style
  - use which to find update-mime-database program rather than hard coded
  - fix typo in populate_packges_append such that it's actually called

CC: Koen Kooi <koen@dominion.thruhere.net>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/gnome.bbclass
meta/classes/gnomebase.bbclass [new file with mode: 0644]
meta/classes/mime.bbclass [new file with mode: 0644]