diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-07 15:17:12 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 21:05:41 -0700 |
commit | 59df5a4b2dd2696f34c074d11b15ed18cc6bea65 (patch) | |
tree | d0417f2e8c5f48cf42c837af84577b4111966247 | |
parent | 5dcefd18d60b01be84fb1b32ea759613d5216a5f (diff) | |
download | openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.gz openembedded-core-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.bz2 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>
-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 43359b08fe..43359b08fe 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 9ae9416065..12a95267ea 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 " |