[oe] [patch] fix rpm package in qa stage error

Lin_Lynn at emc.com Lin_Lynn at emc.com
Sat May 23 07:14:10 UTC 2009


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>> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-qa-stage-error.diff
Type: application/octet-stream
Size: 339 bytes
Desc: fix-qa-stage-error.diff
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090523/abfb23a3/attachment-0002.obj>


More information about the Openembedded-devel mailing list