Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libpam: add flex-native to DEPENDS
@ 2011-09-28 12:10 Andrew Gabbasov
  0 siblings, 0 replies; only message in thread
From: Andrew Gabbasov @ 2011-09-28 12:10 UTC (permalink / raw)
  To: openembedded-core

flex-native is required for building libpam. Although this dependency
is now fulfilled indirectly through bison recipe, having an explicit one
would be preferable.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
---
 meta/recipes-extended/pam/libpam_1.1.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/pam/libpam_1.1.4.bb b/meta/recipes-extended/pam/libpam_1.1.4.bb
index d6f95b1..868bffd 100644
--- a/meta/recipes-extended/pam/libpam_1.1.4.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.4.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083"
 
 PR = "r2"
 
-DEPENDS = "bison flex cracklib"
+DEPENDS = "bison flex flex-native cracklib"
 RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
 RDEPENDS_${PN}-xtests = "libpam pam-plugin-access pam-plugin-debug pam-plugin-cracklib pam-plugin-pwhistory \
                         pam-plugin-succeed-if pam-plugin-time coreutils"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-28 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 12:10 [PATCH] libpam: add flex-native to DEPENDS Andrew Gabbasov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox