diff options
-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 \ |