summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez
Commit message (Collapse)AuthorAgeFilesLines
* bluez4: fix packaging issue after updateSaul Wold2012-09-281-2/+2
| | | | | | | | | | | | WARNING: QA Issue: bluez4: Files/directories were installed but not shipped /usr/share/dbus-1 /usr/share/dbus-1/system-services /usr/share/dbus-1/system-services/org.bluez.service (From OE-Core rev: 5c52472af73ed91970096eed3d216fdbc7ff42d2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: update to ver. 4.101Cristian Iorga2012-09-283-5/+4
| | | | | | | (From OE-Core rev: 6e6407e9a8c59cb51685c4b767b62eacb8dbf852) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugin-bluetooth: update to ver. 4.101Cristian Iorga2012-09-281-4/+3
| | | | | | | (From OE-Core rev: 6d1bbc26d27506e5dd5c32013ea5074c5c5a342d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-hcidump: upgrade to version 2.4Dongxiao Xu2012-09-281-2/+2
| | | | | | | (From OE-Core rev: 4934e54821ed19fb98ea7691af6a2d3bcb1922f7) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: make alsa support conditional upon DISTRO_FEATURESJonas Danielsson2012-09-282-3/+6
| | | | | | | | | Do not enable alsa in bluez4 unless it's included in DISTRO_FEATURES. (From OE-Core rev: f6297d648b1464719d1e1e42e99d473b69a13e56) Signed-off-by: Jonas Danielsson <jonas.danielsson@lundinova.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-bluetooth: Don't install headers, man pages or .pc filesRichard Purdie2012-03-221-2/+4
| | | | | | | | | | We were seeing weird autobuilder failures where the bluetooth headers could disappear. The reason why is that this recipe was conflicting with them. bluez4 should be handling them and the plugin shouldn't be installing them so lets not. (From OE-Core rev: b92aaf764e6de94fb9fdee610e8f6643ccf74894) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: use systemd_unitdirAndreas Müller2012-03-221-2/+2
| | | | | | | (From OE-Core rev: 8df5971aa3656cc3a608c231ec5b4538656f3e3e) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugin-bluetooth: Fix package warningsSaul Wold2012-03-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | WARNING: For recipe gst-plugin-bluetooth, the following files/directories were installed but not shipped in any package: WARNING: /var WARNING: /usr/lib/bluetooth WARNING: /usr/lib/bluetooth/plugins WARNING: /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.so WARNING: /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.so WARNING: /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.la WARNING: /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.la WARNING: /usr/share/alsa WARNING: /usr/share/alsa/bluetooth.conf WARNING: /var/lib WARNING: /var/lib/bluetooth These are removed because they are packages in the bluez4 package (From OE-Core rev: eae2b9c21e9d57ad192eeded4301b548f7e3d5b5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugin-bluetooth: upgrade to 4.99Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: ad9cdcffa219e2c185f0e40f50d44f63ed521c9c) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-hcidump: upgrade to 2.3Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: b96700e2d788624248ef72d49da4296d6c58808e) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: upgrade to 4.99Shane Wang2012-03-213-3/+3
| | | | | | | (From OE-Core rev: fac7863c0f00b442283689e27fae153ccf5428b0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: Ensure the plugins directory is packaged to avoid warningsRichard Purdie2012-03-131-1/+1
| | | | | | | | | This makes sense in this case even if its empty since this package is the correct owner for it. (From OE-Core rev: a5b8067f4d8c4b2aa230d8c998f4188d7b43895b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: add dependency on libcheck to enable test modulesChase Maupin2012-03-082-2/+2
| | | | | | | | | | | | | | | | | | | | * The later versions of bluez such as 4.98 require libcheck in order to build the test packages as enabled by the --enable-test option passed in EXTRA_OECONF. * Failure to have the libcheck package available results in the configure script ignoring the --enable-test option and not building the test modules. * Adding libcheck, which is greater than the minimum required version of the check library of 0.9.6 allows building the test modules. * Build tested for am335x-evm MACHINE type and run time tested by back porting this fix to the oe-classic and arago setup and booting on am335x-evm. (From OE-Core rev: 6e5fc682a4d464f62fbba12e61a8bc8e97ff92e2) Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: Fix build on x86/amd64 with gcc 4.7Khem Raj2012-02-282-2/+28
| | | | | | | | | | | | | | gcc figures an impossible asm contraint in inline asm which it is correct about "i" requires the operand to be a compile-time constant but memory location of a multi-dimensional array isn't constant at compile time. (From OE-Core rev: 09dcd878a55b5aec5427288c4faf3c4d64a30a72) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugin-bluetooth: upgrade to 4.98 and add checksumsMartin Jansa2012-02-241-1/+2
| | | | | | | (From OE-Core rev: d390a2d6a14b1bec11f6e6ceaa448e15f18e0017) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: upgrade to 4.98Shane Wang2012-01-242-3/+3
| | | | | | | (From OE-Core rev: 8d3188a4a69214f23d8b7f8d972bdd35f574196b) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-hcidump: upgrade to 2.2Shane Wang2012-01-241-2/+2
| | | | | | | (From OE-Core rev: cfa2e9ef3f52f8956d05c2b12ca9984fc08ef238) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR after python upgradeMartin Jansa2011-10-311-0/+2
| | | | | | | (From OE-Core rev: 669b20b5af9c663f8f8bc4017511d60638f86088) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: Add glib-2.0 to DEPENDSKhem Raj2011-10-202-2/+2
| | | | | | | | | | | | | | | | | | | 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-172-4/+4
| | | | | | | | | | 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: Add ending quote of FILES_${PN}-dbgNoor Ahsan2011-10-141-1/+1
| | | | | | | | | * .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split. (From OE-Core rev: 183d7b8337e30185f9928f127671a12c36bbda7d) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: split gstreamer plugin into a seperate recipeKoen Kooi2011-09-223-42/+72
| | | | | | | | | | | 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>
* bluez4: Replace deprecated configure switchMarko Katić2011-09-221-2/+2
| | | | | | | | | | | | | | "--enable-configfiles" is deprecated upstream. Here is the original reason & patch: http://www.spinics.net/lists/linux-bluetooth/msg14266.html Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4 recipe. (From OE-Core rev: 95e73d81554969ca4f0af43773343e1fbceda999) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: drop usbpath from DEPENDSJoshua Lock2011-08-191-1/+1
| | | | | | | | | | | We don't (currently) have usbpath in oe-core, so drop it from the DEPENDS to make BlueZ buildable again. (From OE-Core rev: 919714837116097483fa3f475d2e1ad3b18961d1) Signed-off-by: Joshua Lock <josh@linux.intel.com> CC: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: update recipe from meta-oeMartin Jansa2011-08-191-11/+6
| | | | | | | | | | | | | * fix DEPENDS * fix typo in --enable-pandd option * remove unsupported options * update packaging * remove distro override which doesn't belong to oe-core (From OE-Core rev: dd678881dfd8626299ee3b68284d2f41f07c1c56) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-hcidump: upgrade from 2.0 to 2.1Dexuan Cui2011-08-171-2/+2
| | | | | | | | | | | | | | [YOCTO #1371] Recently bluez4 was updated from 4.82 to 4.96 and bluez-hcidump can't build: src/hcidump.c:54:24: error: redefinition of 'ntoh64'. In 2.1 the duplicated definition of ntoh64 was removed. (From OE-Core rev: 15a369b4e65fc8068ba7fec70ec24b7c23e7950b) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: Added new recipe 4.96 and removed 4.82 versionNoor Ahsan2011-08-155-73/+2
| | | | | | | | | * Added new recipe 4.96 and removed 4.82 version and its files. (From OE-Core rev: 000d5244e21837338614ef4450f54c8744fffcd6) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-dtl1-workaround: deletedPhil Blundell2011-07-123-422/+0
| | | | | | | (From OE-Core rev: 8b524d44a74b7501e83c6aecde4814ae69617dc8) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Drop PRIORITY variableRichard Purdie2011-07-012-2/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (From OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Improve handling of 'all' architecture recipes and their interaction with sstateRichard Purdie2011-05-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing PACKAGE_ARCH = "all" mechanism of sharing packages is problematic with sstate since there are a variety of variables which have target specific values and the sstate package therefore correctly changes signature depending on the MACHINE setting. This patch creates a new "allarch" class which sets: PACKAGE_ARCH = "all" (as per the existing convention) INHIBIT_DEFAULT_DEPS = "1" (since its not target specific and therefore can't depend on the cross compiler or target libc) TARGET_ARCH = "all" TARGET_OS = "linux" TARGET_CC_ARCH = "none" (since these variables shouldn't change between the different packages and target compiler flags shouldn't be getting used) PACKAGE_EXTRA_ARCHS = "" (since we shouldn't be depending on any architecture specific package architectures) Not all PACKAGE_ARCH = "all" recipes can use this class since some run configure checks on the compiler. This means they have target specific components and therefore the "all" classification is incorrect. (From OE-Core rev: 26e5e5feb695864b11e47e24017e254c28f14494) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: add Upstream-Status for multiple recipesDongxiao Xu2011-05-134-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostap: add upstream status for hostap-fw-load.patch lrzsz: add upstream status for lrzsz's patches bluez: add upstream status for bluez's patches bluez-dtl1-workaround: add upstream status for COPYING.patch libgsmd: add upstream status for gsm's patches. gypsy: add upstream status for gypsy's patch libpcap: add upstream status for libpcap's patches ppp: add upstream status for ppp's patches libtelepathy: add upstream status for libtelepathy's patches telepathy-python: add upstream status for telepahty-python's patches wireless-tools: add upstream status for wireless-tools's patches wpa-supplicant: add upstream status for wpa-supplicant zeroconf: add upstream status for zeroconf's patch glibc: add upstream status for glibc's patches dpkg: add upstream status for dpkg's patches makedevs: add upstream status for makedevs's patch opkg: add upstream status for opkg's patches opkg-utils: add upstream status for opkg-utils's patch minicom: add upstream status for minicom patches rpcbind: add upstream status for rpcbind's patch which: add upstream status for which's patch clutter-gst: add upstream status for clutter-gst's patches flac: add upstream status for flac's patches gst-ffmpeg: add upstream status for gst-ffmpeg's patch liba52: add upstream status for liba52's patch libid3tag: add upstream status for libid3tag libmusicbrainz: add upstream status for libmusicbrainz's patch pulseaudio: add upstream status for pulseaudio patches db: add upstream status for db's patch neon: add upstream status for neon's patch taglib: add upstream status for taglib's patches libetpan: add upstream status for libetpan's patch libopensync: add upstream status for libopensync's patches libopensync-plugin-evolution2: add upstream status for its patch libopensync-plugin-syncml: add upstream status for its patch libsyncml: add upstream status for libsyncml's patch empathy: add upstream status for empathy's patch wv: add upstream status for wv's patch xournal: add upstream status for xournal's patch (From OE-Core rev: 0f9f0518ac46c2f2beb0224e881ff136f1603d33) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez-hcidump: upgrade to version 2.0Dongxiao Xu2011-04-281-4/+4
| | | | | | | (From OE-Core rev: 8d83a6d3cba92c8178ab28a7ec4971afb062eef4) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Various: Update KERNELORG_MIRROR for consistencyTom Rini2011-03-231-1/+1
| | | | | | | | | | | In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. (From OE-Core rev: 67a0c8f48b5ef2ae5fc712c9204e4e99818c8134) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Various: Switch to KERNELORG_MIRRORTom Rini2011-03-231-1/+1
| | | | | | | (From OE-Core rev: a0eeed089a5c185ef721b11828d4a27f0c03791c) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bluez4: upgrade to version 4.82Dongxiao Xu2010-12-305-2/+2
| | | | | | upgrade from 4.79 to 4.82. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-092-0/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bluez-dtl1-workaround: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-092-2/+348
| | | | | | Import GPLv2 COPYING file. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* bluez-hcidump: update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-1/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhereRichard Purdie2010-12-051-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-221-0/+1
| | | | | | | | | | | | | This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* bluez4: Upgraded to version 4.79.Dongxiao Xu2010-11-185-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* recipes-connectivity: Cleanup package descriptions and summariesMark Hatle2010-10-112-2/+6
| | | | | | | | | [BUGID #281] Evaluate and update each package in recipes-connectivity to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Major layout change to the packages directoryRichard Purdie2010-08-278-0/+240
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>