From: Richard Tollerton <[email protected]> /lib/udev/keymaps/ is 244k. On headless machines, this is wasted space.
Natinst-Rally-ID: TA44427 Acked-by: Gratian Crisan <[email protected]> Natinst-ReviewBoard-ID: 58621 Signed-off-by: Richard Tollerton <[email protected]> --- meta/recipes-core/udev/udev.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 8394064..2d2150c 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc @@ -51,6 +51,7 @@ EXTRA_OECONF = "--disable-introspection \ --with-rootlibdir=${base_libdir} \ --with-rootprefix= \ --without-systemdsystemunitdir \ + ${@base_contains('MACHINE_FEATURES', 'keyboard', '', '--disable-keymap', d)} \ " PACKAGES =+ "udev-cache" -- 2.0.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
