summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/console-tools/console-tools_0.3.2.bb
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@mikrodidakt.se>2014-04-21 12:23:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-29 13:42:19 +0100
commit02faddb5ca7ddc73865ec9568e04bcdab006f10b (patch)
treee2f19ab3d75ab244af14e78130db408e3643d362 /meta/recipes-core/console-tools/console-tools_0.3.2.bb
parent77439dafd0b023c954c8e9bb7743e00e2b38a743 (diff)
downloadpoky-02faddb5ca7ddc73865ec9568e04bcdab006f10b.tar.gz
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. (From OE-Core rev: 69a7c9345360b61eda79f818775656fc1aa9932c) (From OE-Core rev: 44173771cdfb9015c0f6be28e9e025e65230b4ad) Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/console-tools/console-tools_0.3.2.bb')
-rw-r--r--meta/recipes-core/console-tools/console-tools_0.3.2.bb1
1 files changed, 1 insertions, 0 deletions
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 \
13 file://uclibc-fileno.patch \ 13 file://uclibc-fileno.patch \
14 file://nodocs.patch \ 14 file://nodocs.patch \
15 file://fix-libconsole-linking.patch \ 15 file://fix-libconsole-linking.patch \
16 file://no-dep-on-libfl.patch \
16 file://lcmessage.m4 \ 17 file://lcmessage.m4 \
17 file://Makevars" 18 file://Makevars"
18 19