From: Alex Bennee <[email protected]> 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 <[email protected]> --- recipes/linux-atm/linux-atm_2.5.1.bb | 2 +- 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 1ca9ea7..04af91b 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" -- 1.7.4.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
