diff options
author | Anas Nashif <nashif@moblin-build9.jf.intel.com> | 2008-10-31 05:34:20 -0700 |
---|---|---|
committer | Anas Nashif <nashif@moblin-build9.jf.intel.com> | 2008-10-31 05:34:20 -0700 |
commit | 7705e1e77d1ed3cb74fa4c8d178fe3fded8e6db7 (patch) | |
tree | 1d2e5952aca8991b769a763f9f7209213e1c0839 /meta/packages/pam | |
parent | d410789397fc434361648fe9f57a858cbb86b870 (diff) | |
download | poky-7705e1e77d1ed3cb74fa4c8d178fe3fded8e6db7.tar.gz |
New package: pam
Diffstat (limited to 'meta/packages/pam')
-rw-r--r-- | meta/packages/pam/pam_1.0.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb new file mode 100644 index 0000000000..cd56910752 --- /dev/null +++ b/meta/packages/pam/pam_1.0.2.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" | ||
2 | PR = "r4" | ||
3 | |||
4 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2" | ||
5 | |||
6 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | ||
7 | --includedir=${includedir}/security" | ||
8 | DEPENDS = "bison flex" | ||
9 | CFLAGS_append = " -fPIC " | ||
10 | |||
11 | S = "${WORKDIR}/Linux-PAM-${PV}" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | |||
16 | do_stage() { | ||
17 | autotools_stage_all | ||
18 | } | ||