[oe-commits] Alex Bennee : Add flex to the linux-atm dependencies

git version control git at git.openembedded.org
Fri Feb 18 20:06:26 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 55169699a4087f41260940c03c4d3498feba3206
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=55169699a4087f41260940c03c4d3498feba3206

Author: Alex Bennee <ajb at cbnl.com>
Date:   Fri Feb 18 20:26:33 2011 +0000

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 at cbnl.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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"
 





More information about the Openembedded-commits mailing list