summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-07 15:17:12 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 21:05:41 -0700
commit59df5a4b2dd2696f34c074d11b15ed18cc6bea65 (patch)
treed0417f2e8c5f48cf42c837af84577b4111966247 /meta
parent5dcefd18d60b01be84fb1b32ea759613d5216a5f (diff)
downloadopenembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.gz
openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.bz2
openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.xz
openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.zip
pam: upgrade to 1.1.1
[Patches] KEEP _disable_crossbinary.patch_ [Recipe] fix SRC_URI and EXTRA_OECONF indention Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/pam/pam-1.1.1/disable_crossbinary.patch (renamed from meta/packages/pam/files/disable_crossbinary.patch)0
-rw-r--r--meta/packages/pam/pam_1.1.1.bb (renamed from meta/packages/pam/pam_1.0.2.bb)8
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/pam/files/disable_crossbinary.patch b/meta/packages/pam/pam-1.1.1/disable_crossbinary.patch
index 43359b08f..43359b08f 100644
--- a/meta/packages/pam/files/disable_crossbinary.patch
+++ b/meta/packages/pam/pam-1.1.1/disable_crossbinary.patch
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.1.1.bb
index 9ae941606..12a95267e 100644
--- a/meta/packages/pam/pam_1.0.2.bb
+++ b/meta/packages/pam/pam_1.1.1.bb
@@ -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 "