aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rpm
diff options
context:
space:
mode:
authorLynn Lin <lin_lynn@emc.com>2009-05-23 06:14:10 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-23 19:59:40 +0100
commit1075578ba69aa617d113bf417da633a18d3e5c9f (patch)
tree6d65b5ba020f6b349cc86c1d97261aace6c548bd /recipes/rpm
parent1986ae8b1600ba591f56bfc58b6f81254207e232 (diff)
downloadopenembedded-1075578ba69aa617d113bf417da633a18d3e5c9f.tar.gz
rpm: fix qa stage error (non-debug package contains .debug dir)
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Diffstat (limited to 'recipes/rpm')
-rw-r--r--recipes/rpm/rpm_4.4.2.3.bb1
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"