meta-openembedded/meta-gnome
Khem Raj 9c657f0e69 gnome-bluetooth: Fix build erorrs found with gcc 4.8
Fix errors like below

| bluetooth-input.c:193:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has mouse: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^
| bluetooth-input.c:198:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has keyboard: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19 09:37:34 +02:00
..
conf conf/layer.conf: Use .= for BBPATH and += for BBFILES 2011-05-09 18:59:00 +02:00
recipes-apps epdfview: move to nonworking 2013-05-10 11:02:39 +02:00
recipes-connectivity network-manager-applet: update to 0.9.8.0 2013-04-27 11:49:47 +02:00
recipes-gnome gnome-bluetooth: Fix build erorrs found with gcc 4.8 2013-05-19 09:37:34 +02:00
recipes-support goffice: update to version 0.10.1 2013-04-19 02:45:27 +02:00
COPYING.MIT meta-gnome: add empty layer 2011-04-21 20:03:19 +02:00
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'

When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH'

Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>