summaryrefslogtreecommitdiff
path: root/packages/pam/libpam_0.79.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-05 15:19:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-05 15:19:05 +0000
commit6f13603461ae93a3ba098290853dd68bb8815d4c (patch)
tree4cbb3514e55fc72186e3154a454937bdfb364c7f /packages/pam/libpam_0.79.bb
parent6cdd43a86f465293cfb1d4e44d60dd4620f3d1f9 (diff)
parentbdac33b55c60b405f0cd29fce157f80ecd05d300 (diff)
merge of '2277b45295ab7dc58f6d8041b5f9288e3b4cc638'
and 'a57f1e6461c2f62d675d4b6c4eaff3b48e75ebb3'
Diffstat (limited to 'packages/pam/libpam_0.79.bb')
-rw-r--r--packages/pam/libpam_0.79.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/pam/libpam_0.79.bb b/packages/pam/libpam_0.79.bb
index 14dab423f8..c695f4799b 100644
--- a/packages/pam/libpam_0.79.bb
+++ b/packages/pam/libpam_0.79.bb
@@ -52,11 +52,7 @@ LEAD_SONAME = "libpam.so.*"
FILES_${PN} += "/usr/lib/security/pam_*.so /usr/lib/security/pam_filter/*"
do_stage() {
- autotools_stage_includes
- for lib in libpam libpamc libpam_misc
- do
- oe_libinstall -so -C "$lib" "$lib" ${STAGING_LIBDIR}
- done
+ autotools_stage_all
}
# An attempt to build on uclibc will fail, causing annoyance,