mirror of
git://git.yoctoproject.org/poky
synced 2026-08-18 08:51:42 +00:00
New package: pam
This commit is contained in:
parent
d410789397
commit
7705e1e77d
18
meta/packages/pam/pam_1.0.2.bb
Normal file
18
meta/packages/pam/pam_1.0.2.bb
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
|
||||||
|
PR = "r4"
|
||||||
|
|
||||||
|
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2"
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--with-db-uniquename=_pam \
|
||||||
|
--includedir=${includedir}/security"
|
||||||
|
DEPENDS = "bison flex"
|
||||||
|
CFLAGS_append = " -fPIC "
|
||||||
|
|
||||||
|
S = "${WORKDIR}/Linux-PAM-${PV}"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user