diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.4.bb b/meta/recipes-extended/pam/libpam_1.1.4.bb index 59fbdcdffc..ae20a9783a 100644 --- a/meta/recipes-extended/pam/libpam_1.1.4.bb +++ b/meta/recipes-extended/pam/libpam_1.1.4.bb | |||
@@ -9,7 +9,7 @@ SECTION = "base" | |||
9 | LICENSE = "GPLv2+ | BSD" | 9 | LICENSE = "GPLv2+ | BSD" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "r1" |
13 | 13 | ||
14 | DEPENDS = "bison flex cracklib" | 14 | DEPENDS = "bison flex cracklib" |
15 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" | 15 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" |
@@ -40,7 +40,9 @@ inherit autotools gettext | |||
40 | PACKAGES += "${PN}-runtime ${PN}-xtests" | 40 | PACKAGES += "${PN}-runtime ${PN}-xtests" |
41 | FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" | 41 | FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" |
42 | FILES_${PN}-dbg += "${base_libdir}/security/.debug \ | 42 | FILES_${PN}-dbg += "${base_libdir}/security/.debug \ |
43 | ${base_libdir}/security/pam_filter/.debug" | 43 | ${base_libdir}/security/pam_filter/.debug \ |
44 | ${datadir}/Linux-PAM/xtests/.debug" | ||
45 | |||
44 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}" | 46 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}" |
45 | FILES_${PN}-runtime = "${sysconfdir}" | 47 | FILES_${PN}-runtime = "${sysconfdir}" |
46 | FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests" | 48 | FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests" |