aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez
AgeCommit message (Collapse)Author
2012-03-14bluez4: fix checksums for bluez-4.95.tar.gzSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-03-14bluez4: Add version 4.95Vita Preskovsky
Signed-off-by: Vita Preskovsky <vitap@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-26bluez 4.84: raise default preference after libnl changesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-05bluez4: add 4.84 with DP -1 (except SHR) and without libnl dependencyMartin Jansa
* libnl1 and libnl2 create conflicts, fso needs libnl2 so we try keep images without libnl1 depenency * 16:18:27 < mickeyl> commit ecb835fca7e7134f38a3d061d186eb38d83bcb8b 16:18:27 < mickeyl> Author: Marcel Holtmann <marcel@holtmann.org> 16:18:27 < mickeyl> Date: Wed Oct 6 10:21:11 2010 +0200 16:18:27 < mickeyl> Remove netlink plugin Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-08removed unused var AUTOTOOLS_STAGE_PKGCONFIGFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Acked-by: Andreas Oberritter <obi@opendreambox.org> (on irc)
2010-10-16obexd_0.34.bb: DEPEND on libicalThomas Zimmermann
* This dependencie was added with 0.24 Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-10-13obexd_0.34.bb: remove fso patchThomas Zimmermann
* this won't apply to this version * remove as it needs complete rewrite
2010-10-13obexd: add 0.34Koen Kooi
2010-10-13bluez4: add 4.75, fix alsa packagingKoen Kooi
2010-10-03bluez : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15bluez4: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-19bluez4 4.66: add missing dep on libnlKoen Kooi
2010-06-18bluez4: add 4.66, clean up DP in older versionsKoen Kooi
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: conform to OE packaging guidelines with ↵Martin Jansa
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-06-09bluez: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-17bluez-hcidump: set the LICENSE to more specific GPLv2Denys Dmytriyenko
2010-05-17bluez4: set the LICENSE to more specific GPLv2/LGPLv2.1Denys Dmytriyenko
2010-04-29ussp-push: add OBEX object pusher appDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12bluez-gnome: git repo is now in git.kernel.org, add missing SRCREV, old ↵Martin Jansa
.patch does not apply anymore, please check Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-07bluez4: add udev rules to FILES_${PN}Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-30obexd: add 0.22Thomas Zimmermann
* Add experimental FSO PBAP for SHR only Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-01-13obexd: add 0.21Koen Kooi
2009-12-30bluez4: add 4.59Koen Kooi
2009-11-26Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-11-26bluez4.inc : remove DISTRO hacks as they arent really needed its okGraeme Gregory
to add the same info to the generic versions of variables. Also PROVIDES_bluez4 was wrong as bluez4 isnt an OVERRIDE
2009-11-26obexd: add version 0.19Thomas Zimmermann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-19bluez4: increase preference for shr, enable udevrulesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-10-23bluez4: update to 4.46, 4.53 has build from scratch problemsKoen Kooi
2009-10-23bluez4: update to 4.53Koen Kooi
2009-10-23bluez4_4.37.bb : temporary solution for KaeilOS just to replace at least ↵Marco Cavallini
bluez-libs
2009-10-23bluez4_4.35.bb : temporary solution for KaeilOS just to replace at least ↵Marco Cavallini
bluez-libs
2009-10-23bluez4.inc : temporary solution for KaeilOS just to replace at least bluez-libsMarco Cavallini
2009-09-16bluez-gnome: Fix crash on pairing configured rfcomm device. Typo fix.Stanislav Brabec
2009-08-14bluez4: make it generally provide bluez-libs and bluez-utilsRolf Leggewie
* reorder fields according to Style Guide
2009-08-07bluez4: Updated to version 4.47.Stanislav Brabec
2009-07-24bluez4: Fixed typo that caused missing pand.Stanislav Brabec
2009-07-21obexd: update to 0.15Koen Kooi
2009-07-20bluez4: add 4.46, disabled by defaultKoen Kooi
2009-07-17bluez4: make bluez4-dev rprovide bluez-libs-dev to fix SDK buildingDmitry Eremin-Solenikov
task-sdk-base RDEPENDS on bluez-libs-dev. Now as bluez-libs is completely replaced with bluez4, make bluez4-dev provide bluez-libs-dev Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-17bluez4: provide bluez-utils-dbus as wellKoen Kooi
2009-07-16Revert "bluez3: blacklist for angstrom, bluez4 should be used instead"Graeme Gregory
This reverts commit 20f4fa12b285b8f41b1a215415a5732d633a0a83. Reverted with permission, just about to check in a less intrusive method!
2009-07-16bluez3: blacklist for angstrom, bluez4 should be used insteadKoen Kooi
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-06-24bluez: document upstream status of avinfo-link.patch as not applicable upstream.Rolf Leggewie