aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-04 21:11:27 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-04 21:11:27 +0000
commit973bba1edee9211270ec150c8b635563a9f50255 (patch)
tree0cb9d377b0069f85917938121ba56b62739b6dba /meta
parent559cbf23f9376972048be622ef960421c529dd12 (diff)
downloadopenembedded-core-contrib-973bba1edee9211270ec150c8b635563a9f50255.tar.gz
pam: Fix use of binary built with the native compiler
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/pam/pam_1.0.2.bb5
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 \