From 69a7c9345360b61eda79f818775656fc1aa9932c Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Mon, 21 Apr 2014 12:23:00 +0200 Subject: console-tools: Remove floating runtime dependency on flex The 'loadkeys' program defines its own yywrap()/yylex() functions, there is no need to link with flex shared library. Signed-off-by: Jacob Kroon Signed-off-by: Richard Purdie --- meta/recipes-core/console-tools/console-tools_0.3.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/console-tools/console-tools_0.3.2.bb') diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index 80fab55214..c60a5a05bb 100644 --- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb +++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb @@ -13,6 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ file://uclibc-fileno.patch \ file://nodocs.patch \ file://fix-libconsole-linking.patch \ + file://no-dep-on-libfl.patch \ file://lcmessage.m4 \ file://Makevars" -- cgit v1.2.3