aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-atm
diff options
context:
space:
mode:
authorAlex Bennee <ajb@cbnl.com>2011-02-18 20:26:33 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-18 13:06:00 -0700
commit55169699a4087f41260940c03c4d3498feba3206 (patch)
tree3627d5bc4640ef24bcdb9d7bcc4c005e4f8957a6 /recipes/linux-atm
parent02ed1292b68a8d4855c4898a71968d12cb1e56ef (diff)
downloadopenembedded-55169699a4087f41260940c03c4d3498feba3206.tar.gz
Add flex to the linux-atm dependencies
As the linux-atm tools also link against the flex libraries (-lfl) the runtime is also needed as a dependency. Signed-off-by: Alex Bennee <ajb@cbnl.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/linux-atm')
-rw-r--r--recipes/linux-atm/linux-atm_2.5.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux-atm/linux-atm_2.5.1.bb b/recipes/linux-atm/linux-atm_2.5.1.bb
index 1ca9ea724c..04af91be3e 100644
--- a/recipes/linux-atm/linux-atm_2.5.1.bb
+++ b/recipes/linux-atm/linux-atm_2.5.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Drivers and tools to support ATM networking under Linux"
HOMEPAGE = "http://linux-atm.sourceforge.net/"
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "virtual/kernel flex-native"
+DEPENDS = "virtual/kernel flex flex-native"
PR = "r1"
LICENSE = "GPL LGPL"