All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel-hacker@bennee.com
To: openembedded-devel@lists.openembedded.org
Cc: Alex Bennee <ajb@cbnl.com>
Subject: [PATCH] Add flex to the linux-atm dependencies
Date: Fri, 18 Feb 2011 12:26:33 +0000	[thread overview]
Message-ID: <1298031993-9825-1-git-send-email-kernel-hacker@bennee.com> (raw)

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




                 reply	other threads:[~2011-02-18 13:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1298031993-9825-1-git-send-email-kernel-hacker@bennee.com \
    --to=kernel-hacker@bennee.com \
    --cc=ajb@cbnl.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.