aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keyring
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-25 15:17:00 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-25 15:17:00 +0000
commitad70c238e23834669bcbb6a1bdb192fa69e89508 (patch)
treee585132994e487fc4a6fd14c25bb5a0fa1d22110 /packages/keyring
parent9122160f08e4cd472a005b318fc51faac59ff8c6 (diff)
downloadopenembedded-ad70c238e23834669bcbb6a1bdb192fa69e89508.tar.gz
divers: add debug package for 85 files with hardcoded PACKAGES definition. Partly fixes 2471.
Diffstat (limited to 'packages/keyring')
-rw-r--r--packages/keyring/keyring_0.6.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/keyring/keyring_0.6.8.bb b/packages/keyring/keyring_0.6.8.bb
index 02403bc2e1..5696a6618b 100644
--- a/packages/keyring/keyring_0.6.8.bb
+++ b/packages/keyring/keyring_0.6.8.bb
@@ -29,7 +29,7 @@ do_install() {
install -m 0644 ${S}/*.html ${D}${palmtopdir}/help/html/
}
-PACKAGES = "${PN} ${PN}-help"
+PACKAGES = "${PN}-dbg ${PN} ${PN}-help"
FILES_${PN} = " ${palmtopdir}${base_bindir} ${palmtopdir}/apps ${palmtopdir}/pics"
FILES_${PN}-help = " ${palmtopdir}/help/html"