diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 21:11:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 21:11:27 +0000 |
commit | 973bba1edee9211270ec150c8b635563a9f50255 (patch) | |
tree | 0cb9d377b0069f85917938121ba56b62739b6dba /meta | |
parent | 559cbf23f9376972048be622ef960421c529dd12 (diff) | |
download | openembedded-core-973bba1edee9211270ec150c8b635563a9f50255.tar.gz openembedded-core-973bba1edee9211270ec150c8b635563a9f50255.tar.bz2 openembedded-core-973bba1edee9211270ec150c8b635563a9f50255.zip |
pam: Fix use of binary built with the native compiler
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/pam/pam_1.0.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb index f80aa1582c..2a91414d7e 100644 --- a/meta/packages/pam/pam_1.0.2.bb +++ b/meta/packages/pam/pam_1.0.2.bb @@ -1,7 +1,8 @@ HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" -PR = "r6" +PR = "r7" -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-1.0.2.tar.bz2 \ + file://disable_crossbinary.patch;patch=1 " EXTRA_OECONF = "--with-db-uniquename=_pam \ --includedir=${includedir}/security \ |