[oe-commits] Andrew Gabbasov : libpam: add flex-native to DEPENDS

git version control git at git.openembedded.org
Wed Sep 28 20:42:51 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 14018608277fe62e2a662711ff6177c93e9bc153
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=14018608277fe62e2a662711ff6177c93e9bc153

Author: Andrew Gabbasov <andrew_gabbasov at mentor.com>
Date:   Wed Sep 28 16:10:30 2011 +0400

libpam: add flex-native to DEPENDS

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 at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"





More information about the Openembedded-commits mailing list