* [PATCH] libpam 1.1.4: fix packaging
@ 2011-07-27 15:21 Koen Kooi
2011-07-27 15:26 ` Phil Blundell
2011-07-27 15:31 ` Richard Purdie
0 siblings, 2 replies; 4+ messages in thread
From: Koen Kooi @ 2011-07-27 15:21 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
| 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
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
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 59fbdcd..ae20a97 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"
LICENSE = "GPLv2+ | BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083"
-PR = "r0"
+PR = "r1"
DEPENDS = "bison flex cracklib"
RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
@@ -40,7 +40,9 @@ inherit autotools gettext
PACKAGES += "${PN}-runtime ${PN}-xtests"
FILES_${PN} = "${base_libdir}/lib*${SOLIBS}"
FILES_${PN}-dbg += "${base_libdir}/security/.debug \
- ${base_libdir}/security/pam_filter/.debug"
+ ${base_libdir}/security/pam_filter/.debug \
+ ${datadir}/Linux-PAM/xtests/.debug"
+
FILES_${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}"
FILES_${PN}-runtime = "${sysconfdir}"
FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests"
--
1.6.6.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] libpam 1.1.4: fix packaging
2011-07-27 15:21 [PATCH] libpam 1.1.4: fix packaging Koen Kooi
@ 2011-07-27 15:26 ` Phil Blundell
2011-07-27 15:31 ` Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Phil Blundell @ 2011-07-27 15:26 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2011-07-27 at 17:21 +0200, Koen Kooi wrote:
> | 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
That reminds me, what became of the plan to enable QA errors by default?
p.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libpam 1.1.4: fix packaging
2011-07-27 15:21 [PATCH] libpam 1.1.4: fix packaging Koen Kooi
2011-07-27 15:26 ` Phil Blundell
@ 2011-07-27 15:31 ` Richard Purdie
2011-07-28 1:30 ` Kang Kai
1 sibling, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2011-07-27 15:31 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Wed, 2011-07-27 at 17:21 +0200, Koen Kooi wrote:
> | 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
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> meta/recipes-extended/pam/libpam_1.1.4.bb | 6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
Merged to master, thanks.
Kai: Please ensure you watch for these warnings in future...
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libpam 1.1.4: fix packaging
2011-07-27 15:31 ` Richard Purdie
@ 2011-07-28 1:30 ` Kang Kai
0 siblings, 0 replies; 4+ messages in thread
From: Kang Kai @ 2011-07-28 1:30 UTC (permalink / raw)
To: Richard Purdie; +Cc: Koen Kooi, Patches and discussions about the oe-core layer
On 2011年07月27日 23:31, Richard Purdie wrote:
> On Wed, 2011-07-27 at 17:21 +0200, Koen Kooi wrote:
>> | 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
>>
>> Signed-off-by: Koen Kooi<koen@dominion.thruhere.net>
>> ---
>> meta/recipes-extended/pam/libpam_1.1.4.bb | 6 ++++--
>> 1 files changed, 4 insertions(+), 2 deletions(-)
> Merged to master, thanks.
>
> Kai: Please ensure you watch for these warnings in future...
>
> Richard
>
Sorry Richard, I will more carefully with these warnings.
Thanks to Koen.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-28 1:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27 15:21 [PATCH] libpam 1.1.4: fix packaging Koen Kooi
2011-07-27 15:26 ` Phil Blundell
2011-07-27 15:31 ` Richard Purdie
2011-07-28 1:30 ` Kang Kai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox