From: Alex Bennee Date: Fri, 18 Feb 2011 20:26:33 +0000 (+0000) Subject: Add flex to the linux-atm dependencies X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55169699a4087f41260940c03c4d3498feba3206;p=openembedded.git 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 --- 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"