All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] fix rpm package in qa stage error
@ 2009-05-23  7:14 Lin_Lynn
  2009-05-24  5:53 ` Rolf Leggewie
  0 siblings, 1 reply; 4+ messages in thread
From: Lin_Lynn @ 2009-05-23  7:14 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 518 bytes --]

In rpm package,some .debug file weren't in any .debug package
The following patch to fix this bug,pls review ,thanks

Lynn Lin

diff --git a/recipes/rpm/rpm_4.4.2.3.bb b/recipes/rpm/rpm_4.4.2.3.bb
index 3e67378..e1f91c3 100644
--- a/recipes/rpm/rpm_4.4.2.3.bb
+++ b/recipes/rpm/rpm_4.4.2.3.bb
@@ -2,3 +2,4 @@ inherit distutils-base gettext
 
 DEPENDS = "zlib beecrypt file popt python sed-native"
 require ${PN}-${PV}.inc
+FILES_${PN}-dbg += "${libdir}/${PN}/.debug"



 <<fix-qa-stage-error.diff>> 

[-- Attachment #2: fix-qa-stage-error.diff --]
[-- Type: application/octet-stream, Size: 339 bytes --]

diff --git a/recipes/rpm/rpm_4.4.2.3.bb b/recipes/rpm/rpm_4.4.2.3.bb
index 3e67378..e1f91c3 100644
--- a/recipes/rpm/rpm_4.4.2.3.bb
+++ b/recipes/rpm/rpm_4.4.2.3.bb
@@ -2,3 +2,4 @@ inherit distutils-base gettext
 
 DEPENDS = "zlib beecrypt file popt python sed-native"
 require ${PN}-${PV}.inc
+FILES_${PN}-dbg += "${libdir}/${PN}/.debug"

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [patch] fix rpm package in qa stage error
  2009-05-23  7:14 [patch] fix rpm package in qa stage error Lin_Lynn
@ 2009-05-24  5:53 ` Rolf Leggewie
  2009-05-24 10:19   ` Lin_Lynn
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Leggewie @ 2009-05-24  5:53 UTC (permalink / raw)
  To: openembedded-devel

Lin_Lynn@emc.com wrote:
> In rpm package,some .debug file weren't in any .debug package
> The following patch to fix this bug,pls review ,thanks

Lynn, thank you for this patch.  This is bug 5069.  It generally looks 
sane to me.  I can't verify it, though, because rpm fails do_configure 
for me.  Does it work for you?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch] fix rpm package in qa stage error
  2009-05-24  5:53 ` Rolf Leggewie
@ 2009-05-24 10:19   ` Lin_Lynn
  2009-05-24 15:14     ` Rolf Leggewie
  0 siblings, 1 reply; 4+ messages in thread
From: Lin_Lynn @ 2009-05-24 10:19 UTC (permalink / raw)
  To: openembedded-devel

Rolf:
    according to suggestions,I move that patch to openembedded-dev from
bugzilla.
    It works for me in do_configure task,Could you post configure log?
    Thanks

Lynn 

-----Original Message-----
From: openembedded-devel-bounces@openembedded.org
[mailto:openembedded-devel-bounces@openembedded.org] On Behalf Of Rolf
Leggewie
Sent: Sunday, May 24, 2009 1:54 PM
To: openembedded-devel@openembedded.org
Subject: Re: [oe] [patch] fix rpm package in qa stage error

Lin_Lynn@emc.com wrote:
> In rpm package,some .debug file weren't in any .debug package
> The following patch to fix this bug,pls review ,thanks

Lynn, thank you for this patch.  This is bug 5069.  It generally looks 
sane to me.  I can't verify it, though, because rpm fails do_configure 
for me.  Does it work for you?


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch] fix rpm package in qa stage error
  2009-05-24 10:19   ` Lin_Lynn
@ 2009-05-24 15:14     ` Rolf Leggewie
  0 siblings, 0 replies; 4+ messages in thread
From: Rolf Leggewie @ 2009-05-24 15:14 UTC (permalink / raw)
  To: openembedded-devel

Lin_Lynn@emc.com wrote:
> Rolf:
>     It works for me in do_configure task,Could you post configure log?

http://tinderbox.openembedded.net/packages/555703/ (click on log)




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-24 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23  7:14 [patch] fix rpm package in qa stage error Lin_Lynn
2009-05-24  5:53 ` Rolf Leggewie
2009-05-24 10:19   ` Lin_Lynn
2009-05-24 15:14     ` Rolf Leggewie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.