* [PATCH] Add flex to the linux-atm dependencies
@ 2011-02-18 12:26 kernel-hacker
0 siblings, 0 replies; only message in thread
From: kernel-hacker @ 2011-02-18 12:26 UTC (permalink / raw)
To: openembedded-devel; +Cc: Alex Bennee
From: Alex Bennee <ajb@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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-18 13:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 12:26 [PATCH] Add flex to the linux-atm dependencies kernel-hacker
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.