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

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.