summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/packagegroups
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-tools-bluetooth: correct RDEPENDSKai Kang2019-08-151-1/+1
| | | | | | | | RDEPENDS_${PN} is wrongly removed and then packagegroup-tools-bluetooth requires no package now. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-tools-bluetooth: Remove bluez4 supportAdrian Bunk2019-07-101-9/+2
| | | | | | | bluez4 was removed 2 years ago. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-tools-bluetooth: fix rdependsOleksandr Kravchuk2019-03-191-4/+0
| | | | | | | RDEPENDS are already specified separately for bluez4 and bluez5. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Move RDEPENDS on libasound-module to bluez4 since it has been removed from ↵Tobias Olausson2017-12-221-1/+1
| | | | | | | | | bluez5 See also: https://patchwork.openembedded.org/patch/139422/ Signed-off-by: Tobias Olausson <tobias.olausson@pelagicore.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* recipes: fix invalid license fileJackie Huang2017-09-181-1/+1
| | | | | | | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-tools-bluetooth: Fix incorrect LIC_FILES_CHKSUMsMartin Jansa2016-07-291-1/+1
| | | | | | * it was using checksum from old LICENSE file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-tools-bluetooth: Selects the tools appropriate for the version ↵Ann Thornton2016-05-101-23/+20
| | | | | | | of bluez being used. Signed-off-by: Ann Thornton <ann.thornton@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-tools-bluetooth.bb: Selects the tools appropriate for the ↵Ann Thornton2016-05-061-0/+40
version of bluez being used. Signed-off-by: Ann Thornton <ann.thornton@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>