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 | poky-59df5a4b2dd2696f34c074d11b15ed18cc6bea65.tar.gz | |
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/" | |||
| 3 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" | 3 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" |
| 4 | # PAM allows dual licensed under GPL and BSD | 4 | # PAM allows dual licensed under GPL and BSD |
| 5 | LICENSE = "GPLv2+ | BSD" | 5 | LICENSE = "GPLv2+ | BSD" |
| 6 | PR = "r8" | 6 | PR = "r0" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ | 8 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ |
| 9 | file://disable_crossbinary.patch" | 9 | file://disable_crossbinary.patch" |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | 11 | EXTRA_OECONF = "--with-db-uniquename=_pam \ |
| 12 | --includedir=${includedir}/security \ | 12 | --includedir=${includedir}/security \ |
| 13 | --libdir=/lib" | 13 | --libdir=/lib" |
| 14 | DEPENDS = "bison flex" | 14 | DEPENDS = "bison flex" |
| 15 | CFLAGS_append = " -fPIC " | 15 | CFLAGS_append = " -fPIC " |
| 16 | 16 | ||
