Comments
Patch
@@ -16,7 +16,8 @@ DISTRO_FEATURES_LIBC ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-
libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \
libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \
libc-posix-wchar-io"
-DISTRO_FEATURES ?= "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g x11 ${DISTRO_FEATURES_LIBC}"
+DISTRO_FEATURES ?= "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g x11 pulseaudio \
+ ${DISTRO_FEATURES_LIBC}"
IMAGE_FEATURES ?= ""
This adds the ability to remove pulseaudio dependencies at the distribution level. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/conf/distro/include/default-distrovars.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)