diff options
author | Lynn Lin <lin_lynn@emc.com> | 2009-05-23 06:14:10 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-23 19:59:40 +0100 |
commit | 1075578ba69aa617d113bf417da633a18d3e5c9f (patch) | |
tree | 6d65b5ba020f6b349cc86c1d97261aace6c548bd | |
parent | 1986ae8b1600ba591f56bfc58b6f81254207e232 (diff) |
rpm: fix qa stage error (non-debug package contains .debug dir)
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
-rw-r--r-- | 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 3e673781fa..e1f91c3e03 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" |