summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-01-06 09:17:00 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-06 09:17:00 +0000
commit4dac8ed6d791684c23828f05adfee3cc7d03e358 (patch)
treee29efce7e227d3892422fc2f853990d0d6d2a0a0 /meta
parentb1b5194dc2b0e05552f69f7ab2352f8cbc30c21b (diff)
downloadpoky-4dac8ed6d791684c23828f05adfee3cc7d03e358.tar.gz
pam: fix inherit, add gettext and change autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/pam/pam_1.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb
index 4ef9511c95..3d6f985960 100644
--- a/meta/packages/pam/pam_1.0.2.bb
+++ b/meta/packages/pam/pam_1.0.2.bb
@@ -1,5 +1,5 @@
1HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" 1HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
2PR = "r7" 2PR = "r8"
3 3
4SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ 4SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
5 file://disable_crossbinary.patch;patch=1 " 5 file://disable_crossbinary.patch;patch=1 "
@@ -12,7 +12,7 @@ CFLAGS_append = " -fPIC "
12 12
13S = "${WORKDIR}/Linux-PAM-${PV}" 13S = "${WORKDIR}/Linux-PAM-${PV}"
14 14
15inherit autotools_stage pkgconfig 15inherit autotools pkgconfig gettext
16 16
17FILES_${PN}-dbg += "${base_libdir}/security/.debug" 17FILES_${PN}-dbg += "${base_libdir}/security/.debug"
18FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug" 18FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug"