[oe-commits] Marcin Juszkiewicz : apt: fixed packaging of debug files

GIT User account git at amethyst.openembedded.net
Thu Oct 23 18:39:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f30afa01ad4c7974facd49d11bd85a16d6e112dd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f30afa01ad4c7974facd49d11bd85a16d6e112dd

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Thu Oct 23 20:23:13 2008 +0200

apt: fixed packaging of debug files

---

 packages/apt/apt-package.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/apt/apt-package.inc b/packages/apt/apt-package.inc
index 605eb95..2b4f6d5 100644
--- a/packages/apt/apt-package.inc
+++ b/packages/apt/apt-package.inc
@@ -58,7 +58,7 @@ FILES_${PN} = "${bindir}/apt-cdrom ${bindir}/apt-get \
 	       ${libdir}/apt ${libdir}/libapt*.so.* \
 	       ${localstatedir} ${sysconfdir} \
 	       ${libdir}/dpkg"
-FILES_${PN}-dbg += = "${libdir}/apt/*/.debug"
+FILES_${PN}-dbg += "${libdir}/apt/*/.debug"
 FILES_${PN}-utils = "${bindir}/apt-sortpkgs ${bindir}/apt-extracttemplates"
 FILES_${PN}-doc = "${@get_files_apt_doc(d, bb, bb.data.getVar('apt-manpages', d, 1))} \
 		   ${docdir}/apt"





More information about the Openembedded-commits mailing list