]> code.ossystems Code Review - openembedded-core.git/commitdiff
New package: pam
authorAnas Nashif <nashif@moblin-build9.jf.intel.com>
Fri, 31 Oct 2008 12:34:20 +0000 (05:34 -0700)
committerAnas Nashif <nashif@moblin-build9.jf.intel.com>
Fri, 31 Oct 2008 12:34:20 +0000 (05:34 -0700)
meta/packages/pam/pam_1.0.2.bb [new file with mode: 0644]

diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb
new file mode 100644 (file)
index 0000000..cd56910
--- /dev/null
@@ -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
+}