[oe] [PATCH] Add flex to the linux-atm dependencies
kernel-hacker at bennee.com
kernel-hacker at bennee.com
Fri Feb 18 12:26:33 UTC 2011
From: Alex Bennee <ajb at cbnl.com>
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>
---
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
More information about the Openembedded-devel
mailing list