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/tmake | |
parent | 9122160f08e4cd472a005b318fc51faac59ff8c6 (diff) |
divers: add debug package for 85 files with hardcoded PACKAGES definition. Partly fixes 2471.
Diffstat (limited to 'packages/tmake')
-rw-r--r-- | packages/tmake/tmake_1.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tmake/tmake_1.11.bb b/packages/tmake/tmake_1.11.bb index a0f7222904..9d1ecd1a2a 100644 --- a/packages/tmake/tmake_1.11.bb +++ b/packages/tmake/tmake_1.11.bb @@ -23,6 +23,6 @@ do_install() { cp -R lib/* ${D}${datadir}/tmake/ } -PACKAGES = "tmake" +PACKAGES = "${PN}-dbg tmake" FILES = "" FILES_tmake="${bindir} ${datadir}/tmake" |