summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez/bluez4.inc
Commit message (Collapse)AuthorAgeFilesLines
* bluez4: Add glib-2.0 to DEPENDSKhem Raj2011-10-201-1/+1
| | | | | | | | | | | | | | | | | | | Fixes | attrib/utils.c:25:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/utils.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | attrib/interactive.c:27:18: fatal error: glib.h: No such file or directory | compilation terminated. | make[1]: *** [attrib/interactive.o] Error 1 | make: *** [all] Error 2 (From OE-Core rev: 3ada29c7622f898002e156e23c60115c046c118b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: disable hidd, pand & dundPaul Eggleton2011-10-171-3/+3
| | | | | | | | | | These daemons have been deprecated for some time, as their functionality is now provided within the main bluetoothd daemon. (From OE-Core rev: 166cfbd1d30806c4bd4e47ea4ef641ee9eb03bc0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: split gstreamer plugin into a seperate recipeKoen Kooi2011-09-221-0/+37
This eliminates a good chunk of buildtime when building console-only image. The bluez4 and this recipe share a .inc file since the source is the same. (From OE-Core rev: 5eaed4bba35e8188855acb93344adf48201748a2) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>