diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-07-03 09:23:58 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:33 -0700 |
| commit | 4c10cafda41df5c277cdd9dd19838ea090520a65 (patch) | |
| tree | a7330d71b580349ea0abca81c2d5422f0c9f7ebb | |
| parent | 5aaaf8e972dae7a9ef5d23d55989f9fd2cc39e60 (diff) | |
| download | meta-openembedded-4c10cafda41df5c277cdd9dd19838ea090520a65.tar.gz | |
packagegroup-basic: Remove bluez4 support
bluez4 was removed from meta-oe 2 years ago.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb index b12183b3a4..54b59ccb79 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | |||
| @@ -9,7 +9,6 @@ PR = "r13" | |||
| 9 | 9 | ||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | inherit packagegroup | 11 | inherit packagegroup |
| 12 | inherit bluetooth | ||
| 13 | 12 | ||
| 14 | # Poke extra recomendations into the list using your machine.conf | 13 | # Poke extra recomendations into the list using your machine.conf |
| 15 | # | 14 | # |
| @@ -46,7 +45,7 @@ RRECOMMENDS_${PN} = "\ | |||
| 46 | ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ | 45 | ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ |
| 47 | ${@bb.utils.contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ | 46 | ${@bb.utils.contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ |
| 48 | \ | 47 | \ |
| 49 | ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "${BLUEZ}", "", d)} \ | 48 | ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "bluez5", "", d)} \ |
| 50 | ${@bb.utils.contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ | 49 | ${@bb.utils.contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ |
| 51 | \ | 50 | \ |
| 52 | tzdata \ | 51 | tzdata \ |
