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/schedstat-utils | |
parent | 9122160f08e4cd472a005b318fc51faac59ff8c6 (diff) |
divers: add debug package for 85 files with hardcoded PACKAGES definition. Partly fixes 2471.
Diffstat (limited to 'packages/schedstat-utils')
-rw-r--r-- | packages/schedstat-utils/schedstat-utils.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/schedstat-utils/schedstat-utils.bb b/packages/schedstat-utils/schedstat-utils.bb index c9ff8ab918..051135a9fb 100644 --- a/packages/schedstat-utils/schedstat-utils.bb +++ b/packages/schedstat-utils/schedstat-utils.bb @@ -15,7 +15,7 @@ do_install () { install -m 0755 stats-10.pl ${D}${sbindir}/ } -PACKAGES = "schedstat-utils \ +PACKAGES = "${PN}-dbg schedstat-utils \ schedstat-utils-latency \ schedstat-utils-perl" RDEPENDS_${PN} = "schedstat-utils-latency schedstat-utils-perl" |