From 55169699a4087f41260940c03c4d3498feba3206 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Fri, 18 Feb 2011 20:26:33 +0000 Subject: [PATCH] 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 Signed-off-by: Tom Rini --- recipes/linux-atm/linux-atm_2.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5