summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/packagegroups/packagegroup-basic.bb')
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-basic.bb32
1 files changed, 16 insertions, 16 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
index 402579c6d..c100b79e0 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
@@ -35,9 +35,9 @@ RCONFLICTS_${PN} += "task-basic"
35# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts 35# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts
36# 36#
37RDEPENDS_${PN} = "\ 37RDEPENDS_${PN} = "\
38 ${TASK_BASIC_SSHDAEMON} \ 38 ${TASK_BASIC_SSHDAEMON} \
39 avahi-daemon avahi-utils \ 39 avahi-daemon avahi-utils \
40 " 40"
41 41
42# 42#
43# The following section is split in 3: 43# The following section is split in 3:
@@ -46,16 +46,16 @@ RDEPENDS_${PN} = "\
46# 3) Nice to have: packages that are nice to have, but aren't strictly needed 46# 3) Nice to have: packages that are nice to have, but aren't strictly needed
47# 47#
48RRECOMMENDS_${PN} = "\ 48RRECOMMENDS_${PN} = "\
49 ${MACHINE_EXTRA_RRECOMMENDS} \ 49 ${MACHINE_EXTRA_RRECOMMENDS} \
50 ${@base_contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \ 50 ${@base_contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \
51 ${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ 51 ${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
52 ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ 52 ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
53 \ 53 \
54 ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ 54 ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \
55 ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ 55 ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
56 \ 56 \
57 tzdata \ 57 tzdata \
58 \ 58 \
59 cpufrequtils \ 59 cpufrequtils \
60 htop \ 60 htop \
61 " 61"