]> code.ossystems Code Review - openembedded-core.git/commitdiff
pam: upgrade to 1.1.1
authorKevin Tian <kevin.tian@intel.com>
Wed, 7 Jul 2010 07:17:12 +0000 (15:17 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 9 Jul 2010 04:05:41 +0000 (21:05 -0700)
[Patches]
  KEEP   _disable_crossbinary.patch_

[Recipe]
  fix SRC_URI and EXTRA_OECONF indention

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/pam/pam-1.1.1/disable_crossbinary.patch [moved from meta/packages/pam/files/disable_crossbinary.patch with 100% similarity]
meta/packages/pam/pam_1.1.1.bb [moved from meta/packages/pam/pam_1.0.2.bb with 89% similarity]

similarity index 89%
rename from meta/packages/pam/pam_1.0.2.bb
rename to meta/packages/pam/pam_1.1.1.bb
index 9ae94160651e2b5de1799f3c9907516b40f70496..12a95267eac86de5d57ddbd4ef47eaa792216d47 100644 (file)
@@ -3,14 +3,14 @@ HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
 BUGTRACKER = "http://sourceforge.net/projects/pam/support"
 # PAM allows dual licensed under GPL and BSD
 LICENSE = "GPLv2+ | BSD"
-PR = "r8"
+PR = "r0"
 
-SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
+SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \
            file://disable_crossbinary.patch"
 
 EXTRA_OECONF = "--with-db-uniquename=_pam \
-                 --includedir=${includedir}/security \
-                --libdir=/lib"
+                --includedir=${includedir}/security \
+                --libdir=/lib"
 DEPENDS = "bison flex"
 CFLAGS_append = " -fPIC "