Add flex to the linux-atm dependencies
authorAlex Bennee <ajb@cbnl.com>
Fri, 18 Feb 2011 20:26:33 +0000 (20:26 +0000)
committerTom Rini <tom_rini@mentor.com>
Fri, 18 Feb 2011 20:06:00 +0000 (13:06 -0700)
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>
recipes/linux-atm/linux-atm_2.5.1.bb

index 1ca9ea7..04af91b 100644 (file)
@@ -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"