[oe-commits] Lynn Lin : rpm: fix qa stage error (non-debug package contains .debug dir)

git version control git at git.openembedded.org
Sun Jan 24 10:39:18 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 1075578ba69aa617d113bf417da633a18d3e5c9f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1075578ba69aa617d113bf417da633a18d3e5c9f

Author: Lynn Lin <lin_lynn at emc.com>
Date:   Sat May 23 06:14:10 2009 +0000

rpm: fix qa stage error (non-debug package contains .debug dir)

Signed-off-by: Rolf Leggewie <oe-devel at rolf.leggewie.biz>

---

 recipes/rpm/rpm_4.4.2.3.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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"





More information about the Openembedded-commits mailing list