From cb70fcae6b35cef800d437c338a7ecfeaacd26ca Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 4 May 2022 10:50:04 -0400 Subject: DISTRO_FEATURES: remove uclibc remnants "argp" was used to tweak a uclibc feature. With uclibc's removal, this option to DISTRO_FEATURES is no longer required/used. (From OE-Core rev: 335940ac3efb4589e67453b132c2e50bd6c75639) Signed-off-by: Trevor Woerner Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 3edba1b6d0..9f4617be01 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -16,7 +16,7 @@ DISTRO_FEATURES_DEFAULT:remove:riscv32 = "seccomp" # seccomp is not yet ported to ARC DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp" -DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" +DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" IMAGE_FEATURES ?= "" -- cgit v1.2.3-54-g00ecf