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/apache | |
parent | 9122160f08e4cd472a005b318fc51faac59ff8c6 (diff) |
divers: add debug package for 85 files with hardcoded PACKAGES definition. Partly fixes 2471.
Diffstat (limited to 'packages/apache')
-rw-r--r-- | packages/apache/apache_2.0.54.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/apache/apache_2.0.54.bb b/packages/apache/apache_2.0.54.bb index 2522658d32..c1f1303d56 100644 --- a/packages/apache/apache_2.0.54.bb +++ b/packages/apache/apache_2.0.54.bb @@ -26,7 +26,7 @@ CONFFILES_${PN} = "${sysconfdir}/apache/httpd.conf \ ${datadir}/apache/htdocs/apache_pb.gif \ " -PACKAGES = "libaprutil libapr apache-dev apache-doc apache" +PACKAGES = "${PN}-dbg libaprutil libapr apache-dev apache-doc apache" FILES_libapr = "${libdir}/libapr*.so.0* ${libdir}/apr.exp" FILES_libaprutil = "${libdir}/libaprutil*.so.0* ${libdir}/aprutil.exp" |