diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 15:17:00 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 15:17:00 +0000 |
commit | ad70c238e23834669bcbb6a1bdb192fa69e89508 (patch) | |
tree | e585132994e487fc4a6fd14c25bb5a0fa1d22110 /packages/keyring/keyring_0.6.8.bb | |
parent | 9122160f08e4cd472a005b318fc51faac59ff8c6 (diff) |
divers: add debug package for 85 files with hardcoded PACKAGES definition. Partly fixes 2471.
Diffstat (limited to 'packages/keyring/keyring_0.6.8.bb')
-rw-r--r-- | packages/keyring/keyring_0.6.8.bb | 2 |
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" |