git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ed129
)
Add flex to the linux-atm dependencies
author
Alex Bennee
<ajb@cbnl.com>
Fri, 18 Feb 2011 20:26:33 +0000
(20:26 +0000)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 18 Feb 2011 20:06:00 +0000
(13:06 -0700)
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>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/linux-atm/linux-atm_2.5.1.bb
patch
|
blob
|
history
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
(file)
--- 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"