diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-17 14:59:14 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-17 14:59:14 +0000 |
commit | 8f3ab9deabfec95eae9d7a19b1ad974e98a0b710 (patch) | |
tree | 83433008235ada46482a96ac601c843ef97642fe | |
parent | 7c68de091f004e093a4bc9682882e275d8d38aeb (diff) |
packagekit: Package the debug symbols of the backends as well
-rw-r--r-- | packages/packagekit/packagekit_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 " |