From: Holger Freyther Date: Mon, 17 Mar 2008 14:59:14 +0000 (+0000) Subject: packagekit: Package the debug symbols of the backends as well X-Git-Tag: Release-2010-05/1~7106^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3ab9deabfec95eae9d7a19b1ad974e98a0b710;p=openembedded.git packagekit: Package the debug symbols of the backends as well --- diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index 5b67ac1b9c..6f3419a60a 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -25,3 +25,4 @@ do_stage () { } FILES_${PN} += "${libdir}/packagekit-backend/*.so ${datadir}/dbus-1/system-services/" +FILES_${PN}-dbg += "${libdir}/packagekit-backend/.debug/*.so "