summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-27 17:21:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 16:46:29 +0100
commit1ab1c8be6c77eb6e8610edf070444e81179b0f4f (patch)
tree2c7d1e1b061729205398bb5ee242f85c52659fb6 /meta/recipes-extended/pam
parentb943b055a5c37b5a9686ac68190594bfde4b2aad (diff)
downloadpoky-1ab1c8be6c77eb6e8610edf070444e81179b0f4f.tar.gz
libpam 1.1.4: fix packaging
| ERROR: QA Issue: non debug package contains .debug directory: libpam-xtests path /work/armv7a-angstrom-linux-gnueabi/libpam-1.1.4-r0/packages-split/libpam-xtests/usr/share/Linux-PAM/xtests/.debug/tst-pam_dispatch4 (From OE-Core rev: 4acbbefd67ac02322bb2ca455e6aaf5b78652dff) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.4.bb6
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"
9LICENSE = "GPLv2+ | BSD" 9LICENSE = "GPLv2+ | BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" 10LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083"
11 11
12PR = "r0" 12PR = "r1"
13 13
14DEPENDS = "bison flex cracklib" 14DEPENDS = "bison flex cracklib"
15RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" 15RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
@@ -40,7 +40,9 @@ inherit autotools gettext
40PACKAGES += "${PN}-runtime ${PN}-xtests" 40PACKAGES += "${PN}-runtime ${PN}-xtests"
41FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" 41FILES_${PN} = "${base_libdir}/lib*${SOLIBS}"
42FILES_${PN}-dbg += "${base_libdir}/security/.debug \ 42FILES_${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
44FILES_${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}" 46FILES_${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}"
45FILES_${PN}-runtime = "${sysconfdir}" 47FILES_${PN}-runtime = "${sysconfdir}"
46FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests" 48FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests"