diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-06 09:17:00 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-06 09:17:00 +0000 |
commit | 4dac8ed6d791684c23828f05adfee3cc7d03e358 (patch) | |
tree | e29efce7e227d3892422fc2f853990d0d6d2a0a0 | |
parent | b1b5194dc2b0e05552f69f7ab2352f8cbc30c21b (diff) | |
download | poky-4dac8ed6d791684c23828f05adfee3cc7d03e358.tar.gz |
pam: fix inherit, add gettext and change autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta/packages/pam/pam_1.0.2.bb | 4 |
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 @@ | |||
1 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" | 1 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" |
2 | PR = "r7" | 2 | PR = "r8" |
3 | 3 | ||
4 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \ | 4 | SRC_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 | ||
13 | S = "${WORKDIR}/Linux-PAM-${PV}" | 13 | S = "${WORKDIR}/Linux-PAM-${PV}" |
14 | 14 | ||
15 | inherit autotools_stage pkgconfig | 15 | inherit autotools pkgconfig gettext |
16 | 16 | ||
17 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 17 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" |
18 | FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug" | 18 | FILES_${PN}-dbg += "${base_libdir}/security/pam_filter/.debug" |